@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTestExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTestExecutionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTestExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getApiMode()
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
|
Date |
getCreationDateTime()
The execution creation date and time for the test set execution.
|
List<String> |
getFailureReasons()
Reasons for the failure of the test set execution.
|
Date |
getLastUpdatedDateTime()
The date and time of the last update for the execution.
|
TestExecutionTarget |
getTarget()
The target bot for the test set execution details.
|
String |
getTestExecutionId()
The execution Id for the test set execution.
|
String |
getTestExecutionModality()
Indicates whether test set is audio or text.
|
String |
getTestExecutionStatus()
The test execution status for the test execution.
|
String |
getTestSetId()
The test set Id for the test set execution.
|
String |
getTestSetName()
The test set name of the test set execution.
|
int |
hashCode() |
void |
setApiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
|
void |
setCreationDateTime(Date creationDateTime)
The execution creation date and time for the test set execution.
|
void |
setFailureReasons(Collection<String> failureReasons)
Reasons for the failure of the test set execution.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the execution.
|
void |
setTarget(TestExecutionTarget target)
The target bot for the test set execution details.
|
void |
setTestExecutionId(String testExecutionId)
The execution Id for the test set execution.
|
void |
setTestExecutionModality(String testExecutionModality)
Indicates whether test set is audio or text.
|
void |
setTestExecutionStatus(String testExecutionStatus)
The test execution status for the test execution.
|
void |
setTestSetId(String testSetId)
The test set Id for the test set execution.
|
void |
setTestSetName(String testSetName)
The test set name of the test set execution.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTestExecutionResult |
withApiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
|
DescribeTestExecutionResult |
withApiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
|
DescribeTestExecutionResult |
withCreationDateTime(Date creationDateTime)
The execution creation date and time for the test set execution.
|
DescribeTestExecutionResult |
withFailureReasons(Collection<String> failureReasons)
Reasons for the failure of the test set execution.
|
DescribeTestExecutionResult |
withFailureReasons(String... failureReasons)
Reasons for the failure of the test set execution.
|
DescribeTestExecutionResult |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the execution.
|
DescribeTestExecutionResult |
withTarget(TestExecutionTarget target)
The target bot for the test set execution details.
|
DescribeTestExecutionResult |
withTestExecutionId(String testExecutionId)
The execution Id for the test set execution.
|
DescribeTestExecutionResult |
withTestExecutionModality(String testExecutionModality)
Indicates whether test set is audio or text.
|
DescribeTestExecutionResult |
withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether test set is audio or text.
|
DescribeTestExecutionResult |
withTestExecutionStatus(String testExecutionStatus)
The test execution status for the test execution.
|
DescribeTestExecutionResult |
withTestExecutionStatus(TestExecutionStatus testExecutionStatus)
The test execution status for the test execution.
|
DescribeTestExecutionResult |
withTestSetId(String testSetId)
The test set Id for the test set execution.
|
DescribeTestExecutionResult |
withTestSetName(String testSetName)
The test set name of the test set execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTestExecutionId(String testExecutionId)
The execution Id for the test set execution.
testExecutionId
- The execution Id for the test set execution.public String getTestExecutionId()
The execution Id for the test set execution.
public DescribeTestExecutionResult withTestExecutionId(String testExecutionId)
The execution Id for the test set execution.
testExecutionId
- The execution Id for the test set execution.public void setCreationDateTime(Date creationDateTime)
The execution creation date and time for the test set execution.
creationDateTime
- The execution creation date and time for the test set execution.public Date getCreationDateTime()
The execution creation date and time for the test set execution.
public DescribeTestExecutionResult withCreationDateTime(Date creationDateTime)
The execution creation date and time for the test set execution.
creationDateTime
- The execution creation date and time for the test set execution.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the execution.
lastUpdatedDateTime
- The date and time of the last update for the execution.public Date getLastUpdatedDateTime()
The date and time of the last update for the execution.
public DescribeTestExecutionResult withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time of the last update for the execution.
lastUpdatedDateTime
- The date and time of the last update for the execution.public void setTestExecutionStatus(String testExecutionStatus)
The test execution status for the test execution.
testExecutionStatus
- The test execution status for the test execution.TestExecutionStatus
public String getTestExecutionStatus()
The test execution status for the test execution.
TestExecutionStatus
public DescribeTestExecutionResult withTestExecutionStatus(String testExecutionStatus)
The test execution status for the test execution.
testExecutionStatus
- The test execution status for the test execution.TestExecutionStatus
public DescribeTestExecutionResult withTestExecutionStatus(TestExecutionStatus testExecutionStatus)
The test execution status for the test execution.
testExecutionStatus
- The test execution status for the test execution.TestExecutionStatus
public void setTestSetId(String testSetId)
The test set Id for the test set execution.
testSetId
- The test set Id for the test set execution.public String getTestSetId()
The test set Id for the test set execution.
public DescribeTestExecutionResult withTestSetId(String testSetId)
The test set Id for the test set execution.
testSetId
- The test set Id for the test set execution.public void setTestSetName(String testSetName)
The test set name of the test set execution.
testSetName
- The test set name of the test set execution.public String getTestSetName()
The test set name of the test set execution.
public DescribeTestExecutionResult withTestSetName(String testSetName)
The test set name of the test set execution.
testSetName
- The test set name of the test set execution.public void setTarget(TestExecutionTarget target)
The target bot for the test set execution details.
target
- The target bot for the test set execution details.public TestExecutionTarget getTarget()
The target bot for the test set execution details.
public DescribeTestExecutionResult withTarget(TestExecutionTarget target)
The target bot for the test set execution details.
target
- The target bot for the test set execution details.public void setApiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming,
StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.
apiMode
- Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For
streaming, StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.TestExecutionApiMode
public String getApiMode()
Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming,
StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.
StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.TestExecutionApiMode
public DescribeTestExecutionResult withApiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming,
StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.
apiMode
- Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For
streaming, StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.TestExecutionApiMode
public DescribeTestExecutionResult withApiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming,
StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.
apiMode
- Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For
streaming, StartConversation
Amazon Lex Runtime API is used. Whereas for non-streaming,
RecognizeUtterance
and RecognizeText
Amazon Lex Runtime API is used.TestExecutionApiMode
public void setTestExecutionModality(String testExecutionModality)
Indicates whether test set is audio or text.
testExecutionModality
- Indicates whether test set is audio or text.TestExecutionModality
public String getTestExecutionModality()
Indicates whether test set is audio or text.
TestExecutionModality
public DescribeTestExecutionResult withTestExecutionModality(String testExecutionModality)
Indicates whether test set is audio or text.
testExecutionModality
- Indicates whether test set is audio or text.TestExecutionModality
public DescribeTestExecutionResult withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether test set is audio or text.
testExecutionModality
- Indicates whether test set is audio or text.TestExecutionModality
public List<String> getFailureReasons()
Reasons for the failure of the test set execution.
public void setFailureReasons(Collection<String> failureReasons)
Reasons for the failure of the test set execution.
failureReasons
- Reasons for the failure of the test set execution.public DescribeTestExecutionResult withFailureReasons(String... failureReasons)
Reasons for the failure of the test set execution.
NOTE: This method appends the values to the existing list (if any). Use
setFailureReasons(java.util.Collection)
or withFailureReasons(java.util.Collection)
if you want
to override the existing values.
failureReasons
- Reasons for the failure of the test set execution.public DescribeTestExecutionResult withFailureReasons(Collection<String> failureReasons)
Reasons for the failure of the test set execution.
failureReasons
- Reasons for the failure of the test set execution.public String toString()
toString
in class Object
Object.toString()
public DescribeTestExecutionResult clone()