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