@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestSetDiscrepancyReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTestSetDiscrepancyReportResult() |
Modifier and Type | Method and Description |
---|---|
CreateTestSetDiscrepancyReportResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The creation date and time for the test set discrepancy report.
|
TestSetDiscrepancyReportResourceTarget |
getTarget()
The target bot for the test set discrepancy report.
|
String |
getTestSetDiscrepancyReportId()
The unique identifier of the test set discrepancy report to describe.
|
String |
getTestSetId()
The test set Id for the test set discrepancy report.
|
int |
hashCode() |
void |
setCreationDateTime(Date creationDateTime)
The creation date and time for the test set discrepancy report.
|
void |
setTarget(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
|
void |
setTestSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report to describe.
|
void |
setTestSetId(String testSetId)
The test set Id for the test set discrepancy report.
|
String |
toString()
Returns a string representation of this object.
|
CreateTestSetDiscrepancyReportResult |
withCreationDateTime(Date creationDateTime)
The creation date and time for the test set discrepancy report.
|
CreateTestSetDiscrepancyReportResult |
withTarget(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
|
CreateTestSetDiscrepancyReportResult |
withTestSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report to describe.
|
CreateTestSetDiscrepancyReportResult |
withTestSetId(String testSetId)
The test set Id for the test set discrepancy report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateTestSetDiscrepancyReportResult()
public void setTestSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report to describe.
testSetDiscrepancyReportId
- The unique identifier of the test set discrepancy report to describe.public String getTestSetDiscrepancyReportId()
The unique identifier of the test set discrepancy report to describe.
public CreateTestSetDiscrepancyReportResult withTestSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report to describe.
testSetDiscrepancyReportId
- The unique identifier of the test set discrepancy report to describe.public void setCreationDateTime(Date creationDateTime)
The creation date and time for the test set discrepancy report.
creationDateTime
- The creation date and time for the test set discrepancy report.public Date getCreationDateTime()
The creation date and time for the test set discrepancy report.
public CreateTestSetDiscrepancyReportResult withCreationDateTime(Date creationDateTime)
The creation date and time for the test set discrepancy report.
creationDateTime
- The creation date and time for the test set discrepancy report.public void setTestSetId(String testSetId)
The test set Id for the test set discrepancy report.
testSetId
- The test set Id for the test set discrepancy report.public String getTestSetId()
The test set Id for the test set discrepancy report.
public CreateTestSetDiscrepancyReportResult withTestSetId(String testSetId)
The test set Id for the test set discrepancy report.
testSetId
- The test set Id for the test set discrepancy report.public void setTarget(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
target
- The target bot for the test set discrepancy report.public TestSetDiscrepancyReportResourceTarget getTarget()
The target bot for the test set discrepancy report.
public CreateTestSetDiscrepancyReportResult withTarget(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
target
- The target bot for the test set discrepancy report.public String toString()
toString
in class Object
Object.toString()
public CreateTestSetDiscrepancyReportResult clone()