JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.lexmodelsv2.model

Class DescribeTestSetGenerationResult

    • Constructor Detail

      • DescribeTestSetGenerationResult

        public DescribeTestSetGenerationResult()
    • Method Detail

      • setTestSetGenerationId

        public void setTestSetGenerationId(String testSetGenerationId)

        The unique identifier of the test set generation.

        Parameters:
        testSetGenerationId - The unique identifier of the test set generation.
      • getTestSetGenerationId

        public String getTestSetGenerationId()

        The unique identifier of the test set generation.

        Returns:
        The unique identifier of the test set generation.
      • withTestSetGenerationId

        public DescribeTestSetGenerationResult withTestSetGenerationId(String testSetGenerationId)

        The unique identifier of the test set generation.

        Parameters:
        testSetGenerationId - The unique identifier of the test set generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestSetGenerationStatus

        public void setTestSetGenerationStatus(String testSetGenerationStatus)

        The status for the test set generation.

        Parameters:
        testSetGenerationStatus - The status for the test set generation.
        See Also:
        TestSetGenerationStatus
      • getTestSetGenerationStatus

        public String getTestSetGenerationStatus()

        The status for the test set generation.

        Returns:
        The status for the test set generation.
        See Also:
        TestSetGenerationStatus
      • withTestSetGenerationStatus

        public DescribeTestSetGenerationResult withTestSetGenerationStatus(String testSetGenerationStatus)

        The status for the test set generation.

        Parameters:
        testSetGenerationStatus - The status for the test set generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetGenerationStatus
      • withTestSetGenerationStatus

        public DescribeTestSetGenerationResult withTestSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)

        The status for the test set generation.

        Parameters:
        testSetGenerationStatus - The status for the test set generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetGenerationStatus
      • getFailureReasons

        public List<String> getFailureReasons()

        The reasons the test set generation failed.

        Returns:
        The reasons the test set generation failed.
      • setFailureReasons

        public void setFailureReasons(Collection<String> failureReasons)

        The reasons the test set generation failed.

        Parameters:
        failureReasons - The reasons the test set generation failed.
      • withFailureReasons

        public DescribeTestSetGenerationResult withFailureReasons(Collection<String> failureReasons)

        The reasons the test set generation failed.

        Parameters:
        failureReasons - The reasons the test set generation failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestSetId

        public void setTestSetId(String testSetId)

        The unique identifier for the test set created for the generated test set.

        Parameters:
        testSetId - The unique identifier for the test set created for the generated test set.
      • getTestSetId

        public String getTestSetId()

        The unique identifier for the test set created for the generated test set.

        Returns:
        The unique identifier for the test set created for the generated test set.
      • withTestSetId

        public DescribeTestSetGenerationResult withTestSetId(String testSetId)

        The unique identifier for the test set created for the generated test set.

        Parameters:
        testSetId - The unique identifier for the test set created for the generated test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestSetName

        public void setTestSetName(String testSetName)

        The test set name for the generated test set.

        Parameters:
        testSetName - The test set name for the generated test set.
      • getTestSetName

        public String getTestSetName()

        The test set name for the generated test set.

        Returns:
        The test set name for the generated test set.
      • withTestSetName

        public DescribeTestSetGenerationResult withTestSetName(String testSetName)

        The test set name for the generated test set.

        Parameters:
        testSetName - The test set name for the generated test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The test set description for the test set generation.

        Parameters:
        description - The test set description for the test set generation.
      • getDescription

        public String getDescription()

        The test set description for the test set generation.

        Returns:
        The test set description for the test set generation.
      • withDescription

        public DescribeTestSetGenerationResult withDescription(String description)

        The test set description for the test set generation.

        Parameters:
        description - The test set description for the test set generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStorageLocation

        public void setStorageLocation(TestSetStorageLocation storageLocation)

        The Amazon S3 storage location for the test set generation.

        Parameters:
        storageLocation - The Amazon S3 storage location for the test set generation.
      • getStorageLocation

        public TestSetStorageLocation getStorageLocation()

        The Amazon S3 storage location for the test set generation.

        Returns:
        The Amazon S3 storage location for the test set generation.
      • withStorageLocation

        public DescribeTestSetGenerationResult withStorageLocation(TestSetStorageLocation storageLocation)

        The Amazon S3 storage location for the test set generation.

        Parameters:
        storageLocation - The Amazon S3 storage location for the test set generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGenerationDataSource

        public void setGenerationDataSource(TestSetGenerationDataSource generationDataSource)

        The data source of the test set used for the test set generation.

        Parameters:
        generationDataSource - The data source of the test set used for the test set generation.
      • getGenerationDataSource

        public TestSetGenerationDataSource getGenerationDataSource()

        The data source of the test set used for the test set generation.

        Returns:
        The data source of the test set used for the test set generation.
      • withGenerationDataSource

        public DescribeTestSetGenerationResult withGenerationDataSource(TestSetGenerationDataSource generationDataSource)

        The data source of the test set used for the test set generation.

        Parameters:
        generationDataSource - The data source of the test set used for the test set generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The roleARN of the test set used for the test set generation.

        Parameters:
        roleArn - The roleARN of the test set used for the test set generation.
      • getRoleArn

        public String getRoleArn()

        The roleARN of the test set used for the test set generation.

        Returns:
        The roleARN of the test set used for the test set generation.
      • withRoleArn

        public DescribeTestSetGenerationResult withRoleArn(String roleArn)

        The roleARN of the test set used for the test set generation.

        Parameters:
        roleArn - The roleARN of the test set used for the test set generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        The creation date and time for the test set generation.

        Parameters:
        creationDateTime - The creation date and time for the test set generation.
      • getCreationDateTime

        public Date getCreationDateTime()

        The creation date and time for the test set generation.

        Returns:
        The creation date and time for the test set generation.
      • withCreationDateTime

        public DescribeTestSetGenerationResult withCreationDateTime(Date creationDateTime)

        The creation date and time for the test set generation.

        Parameters:
        creationDateTime - The creation date and time for the test set generation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdatedDateTime

        public void setLastUpdatedDateTime(Date lastUpdatedDateTime)

        The date and time of the last update for the test set generation.

        Parameters:
        lastUpdatedDateTime - The date and time of the last update for the test set generation.
      • getLastUpdatedDateTime

        public Date getLastUpdatedDateTime()

        The date and time of the last update for the test set generation.

        Returns:
        The date and time of the last update for the test set generation.
      • withLastUpdatedDateTime

        public DescribeTestSetGenerationResult withLastUpdatedDateTime(Date lastUpdatedDateTime)

        The date and time of the last update for the test set generation.

        Parameters:
        lastUpdatedDateTime - The date and time of the last update for the test set generation.
        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 によって変換されたページ (->オリジナル) /