@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTestSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTestSetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTestSetResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The creation date and time for the updated test set.
|
String |
getDescription()
The test set description for the updated test set.
|
Date |
getLastUpdatedDateTime()
The date and time of the last update for the updated test set.
|
String |
getModality()
Indicates whether audio or text is used for the updated test set.
|
Integer |
getNumTurns()
The number of conversation turns from the updated test set.
|
String |
getRoleArn()
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
String |
getStatus()
The status for the updated test set.
|
TestSetStorageLocation |
getStorageLocation()
The Amazon S3 storage location for the updated test set.
|
String |
getTestSetId()
The test set Id for which update test operation to be performed.
|
String |
getTestSetName()
The test set name for the updated test set.
|
int |
hashCode() |
void |
setCreationDateTime(Date creationDateTime)
The creation date and time for the updated test set.
|
void |
setDescription(String description)
The test set description for the updated test set.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the updated test set.
|
void |
setModality(String modality)
Indicates whether audio or text is used for the updated test set.
|
void |
setNumTurns(Integer numTurns)
The number of conversation turns from the updated test set.
|
void |
setRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
void |
setStatus(String status)
The status for the updated test set.
|
void |
setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
|
void |
setTestSetId(String testSetId)
The test set Id for which update test operation to be performed.
|
void |
setTestSetName(String testSetName)
The test set name for the updated test set.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTestSetResult |
withCreationDateTime(Date creationDateTime)
The creation date and time for the updated test set.
|
UpdateTestSetResult |
withDescription(String description)
The test set description for the updated test set.
|
UpdateTestSetResult |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the updated test set.
|
UpdateTestSetResult |
withModality(String modality)
Indicates whether audio or text is used for the updated test set.
|
UpdateTestSetResult |
withModality(TestSetModality modality)
Indicates whether audio or text is used for the updated test set.
|
UpdateTestSetResult |
withNumTurns(Integer numTurns)
The number of conversation turns from the updated test set.
|
UpdateTestSetResult |
withRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
UpdateTestSetResult |
withStatus(String status)
The status for the updated test set.
|
UpdateTestSetResult |
withStatus(TestSetStatus status)
The status for the updated test set.
|
UpdateTestSetResult |
withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
|
UpdateTestSetResult |
withTestSetId(String testSetId)
The test set Id for which update test operation to be performed.
|
UpdateTestSetResult |
withTestSetName(String testSetName)
The test set name for the updated test set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTestSetId(String testSetId)
The test set Id for which update test operation to be performed.
testSetId
- The test set Id for which update test operation to be performed.public String getTestSetId()
The test set Id for which update test operation to be performed.
public UpdateTestSetResult withTestSetId(String testSetId)
The test set Id for which update test operation to be performed.
testSetId
- The test set Id for which update test operation to be performed.public void setTestSetName(String testSetName)
The test set name for the updated test set.
testSetName
- The test set name for the updated test set.public String getTestSetName()
The test set name for the updated test set.
public UpdateTestSetResult withTestSetName(String testSetName)
The test set name for the updated test set.
testSetName
- The test set name for the updated test set.public void setDescription(String description)
The test set description for the updated test set.
description
- The test set description for the updated test set.public String getDescription()
The test set description for the updated test set.
public UpdateTestSetResult withDescription(String description)
The test set description for the updated test set.
description
- The test set description for the updated test set.public void setModality(String modality)
Indicates whether audio or text is used for the updated test set.
modality
- Indicates whether audio or text is used for the updated test set.TestSetModality
public String getModality()
Indicates whether audio or text is used for the updated test set.
TestSetModality
public UpdateTestSetResult withModality(String modality)
Indicates whether audio or text is used for the updated test set.
modality
- Indicates whether audio or text is used for the updated test set.TestSetModality
public UpdateTestSetResult withModality(TestSetModality modality)
Indicates whether audio or text is used for the updated test set.
modality
- Indicates whether audio or text is used for the updated test set.TestSetModality
public void setStatus(String status)
The status for the updated test set.
status
- The status for the updated test set.TestSetStatus
public String getStatus()
The status for the updated test set.
TestSetStatus
public UpdateTestSetResult withStatus(String status)
The status for the updated test set.
status
- The status for the updated test set.TestSetStatus
public UpdateTestSetResult withStatus(TestSetStatus status)
The status for the updated test set.
status
- The status for the updated test set.TestSetStatus
public void setRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
roleArn
- The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.public String getRoleArn()
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
public UpdateTestSetResult withRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
roleArn
- The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.public void setNumTurns(Integer numTurns)
The number of conversation turns from the updated test set.
numTurns
- The number of conversation turns from the updated test set.public Integer getNumTurns()
The number of conversation turns from the updated test set.
public UpdateTestSetResult withNumTurns(Integer numTurns)
The number of conversation turns from the updated test set.
numTurns
- The number of conversation turns from the updated test set.public void setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
storageLocation
- The Amazon S3 storage location for the updated test set.public TestSetStorageLocation getStorageLocation()
The Amazon S3 storage location for the updated test set.
public UpdateTestSetResult withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
storageLocation
- The Amazon S3 storage location for the updated test set.public void setCreationDateTime(Date creationDateTime)
The creation date and time for the updated test set.
creationDateTime
- The creation date and time for the updated test set.public Date getCreationDateTime()
The creation date and time for the updated test set.
public UpdateTestSetResult withCreationDateTime(Date creationDateTime)
The creation date and time for the updated test set.
creationDateTime
- The creation date and time for the updated test set.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the updated test set.
lastUpdatedDateTime
- The date and time of the last update for the updated test set.public Date getLastUpdatedDateTime()
The date and time of the last update for the updated test set.
public UpdateTestSetResult withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the updated test set.
lastUpdatedDateTime
- The date and time of the last update for the updated test set.public String toString()
toString
in class Object
Object.toString()
public UpdateTestSetResult clone()