@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTestSetDiscrepancyReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTestSetDiscrepancyReportRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTestSetDiscrepancyReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTestSetDiscrepancyReportId()
The unique identifier of the test set discrepancy report.
|
int |
hashCode() |
void |
setTestSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTestSetDiscrepancyReportRequest |
withTestSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of 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, withSdkRequestTimeout
public DescribeTestSetDiscrepancyReportRequest()
public void setTestSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report.
testSetDiscrepancyReportId
- The unique identifier of the test set discrepancy report.public String getTestSetDiscrepancyReportId()
The unique identifier of the test set discrepancy report.
public DescribeTestSetDiscrepancyReportRequest withTestSetDiscrepancyReportId(String testSetDiscrepancyReportId)
The unique identifier of the test set discrepancy report.
testSetDiscrepancyReportId
- The unique identifier of the test set discrepancy report.public String toString()
toString
in class Object
Object.toString()
public DescribeTestSetDiscrepancyReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()