@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTestConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
UpdateTestConfigurationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateTestConfigurationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getTestConfigurationId()
 The configuration ID of the test configuration. 
 | 
Integer | 
getTestConfigurationVersion()
 The configuration version of the test configuration. 
 | 
int | 
hashCode()  | 
void | 
setTestConfigurationId(String testConfigurationId)
 The configuration ID of the test configuration. 
 | 
void | 
setTestConfigurationVersion(Integer testConfigurationVersion)
 The configuration version of the test configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateTestConfigurationResult | 
withTestConfigurationId(String testConfigurationId)
 The configuration ID of the test configuration. 
 | 
UpdateTestConfigurationResult | 
withTestConfigurationVersion(Integer testConfigurationVersion)
 The configuration version of the test configuration. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTestConfigurationId(String testConfigurationId)
The configuration ID of the test configuration.
testConfigurationId - The configuration ID of the test configuration.public String getTestConfigurationId()
The configuration ID of the test configuration.
public UpdateTestConfigurationResult withTestConfigurationId(String testConfigurationId)
The configuration ID of the test configuration.
testConfigurationId - The configuration ID of the test configuration.public void setTestConfigurationVersion(Integer testConfigurationVersion)
The configuration version of the test configuration.
testConfigurationVersion - The configuration version of the test configuration.public Integer getTestConfigurationVersion()
The configuration version of the test configuration.
public UpdateTestConfigurationResult withTestConfigurationVersion(Integer testConfigurationVersion)
The configuration version of the test configuration.
testConfigurationVersion - The configuration version of the test configuration.public String toString()
toString in class ObjectObject.toString()public UpdateTestConfigurationResult clone()