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 UpdateTestSetResult

    • Constructor Detail

      • UpdateTestSetResult

        public UpdateTestSetResult()
    • Method Detail

      • setTestSetId

        public void setTestSetId(String testSetId)

        The test set Id for which update test operation to be performed.

        Parameters:
        testSetId - The test set Id for which update test operation to be performed.
      • getTestSetId

        public String getTestSetId()

        The test set Id for which update test operation to be performed.

        Returns:
        The test set Id for which update test operation to be performed.
      • withTestSetId

        public UpdateTestSetResult withTestSetId(String testSetId)

        The test set Id for which update test operation to be performed.

        Parameters:
        testSetId - The test set Id for which update test operation to be performed.
        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 updated test set.

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

        public String getTestSetName()

        The test set name for the updated test set.

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

        public UpdateTestSetResult withTestSetName(String testSetName)

        The test set name for the updated test set.

        Parameters:
        testSetName - The test set name for the updated 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 updated test set.

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

        public String getDescription()

        The test set description for the updated test set.

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

        public UpdateTestSetResult withDescription(String description)

        The test set description for the updated test set.

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

        public void setModality(String modality)

        Indicates whether audio or text is used for the updated test set.

        Parameters:
        modality - Indicates whether audio or text is used for the updated test set.
        See Also:
        TestSetModality
      • getModality

        public String getModality()

        Indicates whether audio or text is used for the updated test set.

        Returns:
        Indicates whether audio or text is used for the updated test set.
        See Also:
        TestSetModality
      • withModality

        public UpdateTestSetResult withModality(String modality)

        Indicates whether audio or text is used for the updated test set.

        Parameters:
        modality - Indicates whether audio or text is used for the updated test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetModality
      • withModality

        public UpdateTestSetResult withModality(TestSetModality modality)

        Indicates whether audio or text is used for the updated test set.

        Parameters:
        modality - Indicates whether audio or text is used for the updated test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetModality
      • setStatus

        public void setStatus(String status)

        The status for the updated test set.

        Parameters:
        status - The status for the updated test set.
        See Also:
        TestSetStatus
      • getStatus

        public String getStatus()

        The status for the updated test set.

        Returns:
        The status for the updated test set.
        See Also:
        TestSetStatus
      • withStatus

        public UpdateTestSetResult withStatus(String status)

        The status for the updated test set.

        Parameters:
        status - The status for the updated test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetStatus
      • withStatus

        public UpdateTestSetResult withStatus(TestSetStatus status)

        The status for the updated test set.

        Parameters:
        status - The status for the updated test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetStatus
      • setRoleArn

        public void setRoleArn(String roleArn)

        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

        Parameters:
        roleArn - The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
      • getRoleArn

        public String getRoleArn()

        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

        Returns:
        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
      • withRoleArn

        public UpdateTestSetResult withRoleArn(String roleArn)

        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

        Parameters:
        roleArn - The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNumTurns

        public void setNumTurns(Integer numTurns)

        The number of conversation turns from the updated test set.

        Parameters:
        numTurns - The number of conversation turns from the updated test set.
      • getNumTurns

        public Integer getNumTurns()

        The number of conversation turns from the updated test set.

        Returns:
        The number of conversation turns from the updated test set.
      • withNumTurns

        public UpdateTestSetResult withNumTurns(Integer numTurns)

        The number of conversation turns from the updated test set.

        Parameters:
        numTurns - The number of conversation turns from the updated test set.
        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 updated test set.

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

        public TestSetStorageLocation getStorageLocation()

        The Amazon S3 storage location for the updated test set.

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

        public UpdateTestSetResult withStorageLocation(TestSetStorageLocation storageLocation)

        The Amazon S3 storage location for the updated test set.

        Parameters:
        storageLocation - The Amazon S3 storage location for the updated test set.
        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 updated test set.

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

        public Date getCreationDateTime()

        The creation date and time for the updated test set.

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

        public UpdateTestSetResult withCreationDateTime(Date creationDateTime)

        The creation date and time for the updated test set.

        Parameters:
        creationDateTime - The creation date and time for the updated test set.
        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 updated test set.

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

        public Date getLastUpdatedDateTime()

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

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

        public UpdateTestSetResult withLastUpdatedDateTime(Date lastUpdatedDateTime)

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

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