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 UpdateTestCaseRequest

    • Constructor Detail

      • UpdateTestCaseRequest

        public UpdateTestCaseRequest()
    • Method Detail

      • setTestCaseId

        public void setTestCaseId(String testCaseId)

        The test case ID of the test case.

        Parameters:
        testCaseId - The test case ID of the test case.
      • getTestCaseId

        public String getTestCaseId()

        The test case ID of the test case.

        Returns:
        The test case ID of the test case.
      • withTestCaseId

        public UpdateTestCaseRequest withTestCaseId(String testCaseId)

        The test case ID of the test case.

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

        public void setDescription(String description)

        The description of the test case.

        Parameters:
        description - The description of the test case.
      • getDescription

        public String getDescription()

        The description of the test case.

        Returns:
        The description of the test case.
      • withDescription

        public UpdateTestCaseRequest withDescription(String description)

        The description of the test case.

        Parameters:
        description - The description of the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSteps

        public List<Step> getSteps()

        The steps of the test case.

        Returns:
        The steps of the test case.
      • setSteps

        public void setSteps(Collection<Step> steps)

        The steps of the test case.

        Parameters:
        steps - The steps of the test case.
      • withSteps

        public UpdateTestCaseRequest withSteps(Collection<Step> steps)

        The steps of the test case.

        Parameters:
        steps - The steps of the test case.
        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 によって変換されたページ (->オリジナル) /