JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.apptest.model

Class GetTestRunStepRequest

    • Constructor Detail

      • GetTestRunStepRequest

        public GetTestRunStepRequest()
    • Method Detail

      • setTestRunId

        public void setTestRunId(String testRunId)

        The test run ID of the test run step.

        Parameters:
        testRunId - The test run ID of the test run step.
      • getTestRunId

        public String getTestRunId()

        The test run ID of the test run step.

        Returns:
        The test run ID of the test run step.
      • withTestRunId

        public GetTestRunStepRequest withTestRunId(String testRunId)

        The test run ID of the test run step.

        Parameters:
        testRunId - The test run ID of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStepName

        public void setStepName(String stepName)

        The step name of the test run step.

        Parameters:
        stepName - The step name of the test run step.
      • getStepName

        public String getStepName()

        The step name of the test run step.

        Returns:
        The step name of the test run step.
      • withStepName

        public GetTestRunStepRequest withStepName(String stepName)

        The step name of the test run step.

        Parameters:
        stepName - The step name of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestCaseId

        public void setTestCaseId(String testCaseId)

        The test case ID of a test run step.

        Parameters:
        testCaseId - The test case ID of a test run step.
      • getTestCaseId

        public String getTestCaseId()

        The test case ID of a test run step.

        Returns:
        The test case ID of a test run step.
      • withTestCaseId

        public GetTestRunStepRequest withTestCaseId(String testCaseId)

        The test case ID of a test run step.

        Parameters:
        testCaseId - The test case ID of a test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestSuiteId

        public void setTestSuiteId(String testSuiteId)

        The test suite ID of a test run step.

        Parameters:
        testSuiteId - The test suite ID of a test run step.
      • getTestSuiteId

        public String getTestSuiteId()

        The test suite ID of a test run step.

        Returns:
        The test suite ID of a test run step.
      • withTestSuiteId

        public GetTestRunStepRequest withTestSuiteId(String testSuiteId)

        The test suite ID of a test run step.

        Parameters:
        testSuiteId - The test suite ID of a test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /