@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTestConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetTestConfigurationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetTestConfigurationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getTestConfigurationId()
 The request test configuration ID. | 
| Integer | getTestConfigurationVersion()
 The test configuration version. | 
| int | hashCode() | 
| void | setTestConfigurationId(String testConfigurationId)
 The request test configuration ID. | 
| void | setTestConfigurationVersion(Integer testConfigurationVersion)
 The test configuration version. | 
| String | toString()Returns a string representation of this object. | 
| GetTestConfigurationRequest | withTestConfigurationId(String testConfigurationId)
 The request test configuration ID. | 
| GetTestConfigurationRequest | withTestConfigurationVersion(Integer testConfigurationVersion)
 The test configuration version. | 
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 void setTestConfigurationId(String testConfigurationId)
The request test configuration ID.
testConfigurationId - The request test configuration ID.public String getTestConfigurationId()
The request test configuration ID.
public GetTestConfigurationRequest withTestConfigurationId(String testConfigurationId)
The request test configuration ID.
testConfigurationId - The request test configuration ID.public void setTestConfigurationVersion(Integer testConfigurationVersion)
The test configuration version.
testConfigurationVersion - The test configuration version.public Integer getTestConfigurationVersion()
The test configuration version.
public GetTestConfigurationRequest withTestConfigurationVersion(Integer testConfigurationVersion)
The test configuration version.
testConfigurationVersion - The test configuration version.public String toString()
toString in class ObjectObject.toString()public GetTestConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()