@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTestSetResponse extends LexModelsV2Response implements ToCopyableBuilder<UpdateTestSetResponse.Builder,UpdateTestSetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTestSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTestSetResponse.Builder |
builder() |
Instant |
creationDateTime()
The creation date and time for the updated test set.
|
String |
description()
The test set description for the updated test set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time of the last update for the updated test set.
|
TestSetModality |
modality()
Indicates whether audio or text is used for the updated test set.
|
String |
modalityAsString()
Indicates whether audio or text is used for the updated test set.
|
Integer |
numTurns()
The number of conversation turns from the updated test set.
|
String |
roleArn()
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTestSetResponse.Builder> |
serializableBuilderClass() |
TestSetStatus |
status()
The status for the updated test set.
|
String |
statusAsString()
The status for the updated test set.
|
TestSetStorageLocation |
storageLocation()
The Amazon S3 storage location for the updated test set.
|
String |
testSetId()
The test set Id for which update test operation to be performed.
|
String |
testSetName()
The test set name for the updated test set.
|
UpdateTestSetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testSetId()
The test set Id for which update test operation to be performed.
public final String testSetName()
The test set name for the updated test set.
public final String description()
The test set description for the updated test set.
public final TestSetModality modality()
Indicates whether audio or text is used for the updated test set.
If the service returns an enum value that is not available in the current SDK version, modality will
return TestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modalityAsString().
TestSetModalitypublic final String modalityAsString()
Indicates whether audio or text is used for the updated test set.
If the service returns an enum value that is not available in the current SDK version, modality will
return TestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modalityAsString().
TestSetModalitypublic final TestSetStatus status()
The status for the updated test set.
If the service returns an enum value that is not available in the current SDK version, status will
return TestSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TestSetStatuspublic final String statusAsString()
The status for the updated test set.
If the service returns an enum value that is not available in the current SDK version, status will
return TestSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
TestSetStatuspublic final String roleArn()
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
public final Integer numTurns()
The number of conversation turns from the updated test set.
public final TestSetStorageLocation storageLocation()
The Amazon S3 storage location for the updated test set.
public final Instant creationDateTime()
The creation date and time for the updated test set.
public final Instant lastUpdatedDateTime()
The date and time of the last update for the updated test set.
public UpdateTestSetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTestSetResponse.Builder,UpdateTestSetResponse>toBuilder in class AwsResponsepublic static UpdateTestSetResponse.Builder builder()
public static Class<? extends UpdateTestSetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.