@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePlatformVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DeletePlatformVersionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeletePlatformVersionRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getPlatformArn()
 The ARN of the version of the custom platform. | 
| int | hashCode() | 
| void | setPlatformArn(String platformArn)
 The ARN of the version of the custom platform. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DeletePlatformVersionRequest | withPlatformArn(String platformArn)
 The ARN of the version of the custom platform. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setPlatformArn(String platformArn)
The ARN of the version of the custom platform.
platformArn - The ARN of the version of the custom platform.public String getPlatformArn()
The ARN of the version of the custom platform.
public DeletePlatformVersionRequest withPlatformArn(String platformArn)
The ARN of the version of the custom platform.
platformArn - The ARN of the version of the custom platform.public String toString()
toString in class ObjectObject.toString()public DeletePlatformVersionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.