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