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 GetTestConfigurationResult

    • Constructor Detail

      • GetTestConfigurationResult

        public GetTestConfigurationResult()
    • Method Detail

      • setTestConfigurationId

        public void setTestConfigurationId(String testConfigurationId)

        The response test configuration ID.

        Parameters:
        testConfigurationId - The response test configuration ID.
      • getTestConfigurationId

        public String getTestConfigurationId()

        The response test configuration ID.

        Returns:
        The response test configuration ID.
      • withTestConfigurationId

        public GetTestConfigurationResult withTestConfigurationId(String testConfigurationId)

        The response test configuration ID.

        Parameters:
        testConfigurationId - The response test configuration ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The test configuration name

        Parameters:
        name - The test configuration name
      • getName

        public String getName()

        The test configuration name

        Returns:
        The test configuration name
      • withName

        public GetTestConfigurationResult withName(String name)

        The test configuration name

        Parameters:
        name - The test configuration name
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestConfigurationArn

        public void setTestConfigurationArn(String testConfigurationArn)

        The test configuration Amazon Resource Name (ARN).

        Parameters:
        testConfigurationArn - The test configuration Amazon Resource Name (ARN).
      • getTestConfigurationArn

        public String getTestConfigurationArn()

        The test configuration Amazon Resource Name (ARN).

        Returns:
        The test configuration Amazon Resource Name (ARN).
      • withTestConfigurationArn

        public GetTestConfigurationResult withTestConfigurationArn(String testConfigurationArn)

        The test configuration Amazon Resource Name (ARN).

        Parameters:
        testConfigurationArn - The test configuration Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLatestVersion

        public void setLatestVersion(TestConfigurationLatestVersion latestVersion)

        The latest version of the test configuration.

        Parameters:
        latestVersion - The latest version of the test configuration.
      • getLatestVersion

        public TestConfigurationLatestVersion getLatestVersion()

        The latest version of the test configuration.

        Returns:
        The latest version of the test configuration.
      • withLatestVersion

        public GetTestConfigurationResult withLatestVersion(TestConfigurationLatestVersion latestVersion)

        The latest version of the test configuration.

        Parameters:
        latestVersion - The latest version of the test configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestConfigurationVersion

        public void setTestConfigurationVersion(Integer testConfigurationVersion)

        The test configuration version.

        Parameters:
        testConfigurationVersion - The test configuration version.
      • getTestConfigurationVersion

        public Integer getTestConfigurationVersion()

        The test configuration version.

        Returns:
        The test configuration version.
      • withTestConfigurationVersion

        public GetTestConfigurationResult withTestConfigurationVersion(Integer testConfigurationVersion)

        The test configuration version.

        Parameters:
        testConfigurationVersion - The test configuration version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the test configuration.

        Parameters:
        status - The status of the test configuration.
        See Also:
        TestConfigurationLifecycle
      • withStatus

        public GetTestConfigurationResult withStatus(String status)

        The status of the test configuration.

        Parameters:
        status - The status of the test configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestConfigurationLifecycle
      • setStatusReason

        public void setStatusReason(String statusReason)

        The status reason of the test configuration.

        Parameters:
        statusReason - The status reason of the test configuration.
      • getStatusReason

        public String getStatusReason()

        The status reason of the test configuration.

        Returns:
        The status reason of the test configuration.
      • withStatusReason

        public GetTestConfigurationResult withStatusReason(String statusReason)

        The status reason of the test configuration.

        Parameters:
        statusReason - The status reason of the test configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The creation time of the test configuration.

        Parameters:
        creationTime - The creation time of the test configuration.
      • getCreationTime

        public Date getCreationTime()

        The creation time of the test configuration.

        Returns:
        The creation time of the test configuration.
      • withCreationTime

        public GetTestConfigurationResult withCreationTime(Date creationTime)

        The creation time of the test configuration.

        Parameters:
        creationTime - The creation time of the test configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdateTime

        public void setLastUpdateTime(Date lastUpdateTime)

        The last update time of the test configuration.

        Parameters:
        lastUpdateTime - The last update time of the test configuration.
      • getLastUpdateTime

        public Date getLastUpdateTime()

        The last update time of the test configuration.

        Returns:
        The last update time of the test configuration.
      • withLastUpdateTime

        public GetTestConfigurationResult withLastUpdateTime(Date lastUpdateTime)

        The last update time of the test configuration.

        Parameters:
        lastUpdateTime - The last update time of the test configuration.
        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 configuration.

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

        public String getDescription()

        The description of the test configuration.

        Returns:
        The description of the test configuration.
      • withDescription

        public GetTestConfigurationResult withDescription(String description)

        The description of the test configuration.

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

        public List<Resource> getResources()

        The resources of the test configuration.

        Returns:
        The resources of the test configuration.
      • setResources

        public void setResources(Collection<Resource> resources)

        The resources of the test configuration.

        Parameters:
        resources - The resources of the test configuration.
      • withResources

        public GetTestConfigurationResult withResources(Collection<Resource> resources)

        The resources of the test configuration.

        Parameters:
        resources - The resources of the test configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getProperties

        public Map<String,String> getProperties()

        The properties of the test configuration.

        Returns:
        The properties of the test configuration.
      • setProperties

        public void setProperties(Map<String,String> properties)

        The properties of the test configuration.

        Parameters:
        properties - The properties of the test configuration.
      • withProperties

        public GetTestConfigurationResult withProperties(Map<String,String> properties)

        The properties of the test configuration.

        Parameters:
        properties - The properties of the test configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearPropertiesEntries

        public GetTestConfigurationResult clearPropertiesEntries()
        Removes all the entries added into Properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The tags of the test configuration.

        Returns:
        The tags of the test configuration.
      • setTags

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

        The tags of the test configuration.

        Parameters:
        tags - The tags of the test configuration.
      • withTags

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

        The tags of the test configuration.

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

        public GetTestConfigurationResult clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServiceSettings

        public void setServiceSettings(ServiceSettings serviceSettings)

        The service settings of the test configuration.

        Parameters:
        serviceSettings - The service settings of the test configuration.
      • getServiceSettings

        public ServiceSettings getServiceSettings()

        The service settings of the test configuration.

        Returns:
        The service settings of the test configuration.
      • withServiceSettings

        public GetTestConfigurationResult withServiceSettings(ServiceSettings serviceSettings)

        The service settings of the test configuration.

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