@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestSetDiscrepancyReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateTestSetDiscrepancyReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateTestSetDiscrepancyReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
TestSetDiscrepancyReportResourceTarget |
getTarget()
The target bot for the test set discrepancy report.
|
String |
getTestSetId()
The test set Id for the test set discrepancy report.
|
int |
hashCode() |
void |
setTarget(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
|
void |
setTestSetId(String testSetId)
The test set Id for the test set discrepancy report.
|
String |
toString()
Returns a string representation of this object.
|
CreateTestSetDiscrepancyReportRequest |
withTarget(TestSetDiscrepancyReportResourceTarget target)
The target bot for the test set discrepancy report.
|
CreateTestSetDiscrepancyReportRequest |
withTestSetId(String testSetId)
The test set Id for the test set discrepancy report.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateTestSetDiscrepancyReportRequest()
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 CreateTestSetDiscrepancyReportRequest 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 CreateTestSetDiscrepancyReportRequest 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 ObjectObject.toString()public CreateTestSetDiscrepancyReportRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()