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 CreateTestCaseRequest

    • Constructor Detail

      • CreateTestCaseRequest

        public CreateTestCaseRequest()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the test case.

        Parameters:
        name - The name of the test case.
      • getName

        public String getName()

        The name of the test case.

        Returns:
        The name of the test case.
      • withName

        public CreateTestCaseRequest withName(String name)

        The name of the test case.

        Parameters:
        name - The name 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 CreateTestCaseRequest 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 in the test case.

        Returns:
        The steps in the test case.
      • setSteps

        public void setSteps(Collection<Step> steps)

        The steps in the test case.

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

        public CreateTestCaseRequest withSteps(Collection<Step> steps)

        The steps in the test case.

        Parameters:
        steps - The steps in the test case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientToken

        public void setClientToken(String clientToken)

        The client token of the test case.

        Parameters:
        clientToken - The client token of the test case.
      • getClientToken

        public String getClientToken()

        The client token of the test case.

        Returns:
        The client token of the test case.
      • withClientToken

        public CreateTestCaseRequest withClientToken(String clientToken)

        The client token of the test case.

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

        public Map<String,String> getTags()

        The specified tags of the test case.

        Returns:
        The specified tags of the test case.
      • setTags

        public void setTags(Map<String,String> tags)

        The specified tags of the test case.

        Parameters:
        tags - The specified tags of the test case.
      • withTags

        public CreateTestCaseRequest withTags(Map<String,String> tags)

        The specified tags of the test case.

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

        public CreateTestCaseRequest clearTagsEntries()
        Removes all the entries added into Tags.
        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 によって変換されたページ (->オリジナル) /