@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePlatformVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeletePlatformVersionResult() |
Modifier and Type | Method and Description |
---|---|
DeletePlatformVersionResult |
clone() |
boolean |
equals(Object obj) |
PlatformSummary |
getPlatformSummary()
Detailed information about the version of the custom platform.
|
int |
hashCode() |
void |
setPlatformSummary(PlatformSummary platformSummary)
Detailed information about the version of the custom platform.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeletePlatformVersionResult |
withPlatformSummary(PlatformSummary platformSummary)
Detailed information about the version of the custom platform.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPlatformSummary(PlatformSummary platformSummary)
Detailed information about the version of the custom platform.
platformSummary
- Detailed information about the version of the custom platform.public PlatformSummary getPlatformSummary()
Detailed information about the version of the custom platform.
public DeletePlatformVersionResult withPlatformSummary(PlatformSummary platformSummary)
Detailed information about the version of the custom platform.
platformSummary
- Detailed information about the version of the custom platform.public String toString()
toString
in class Object
Object.toString()
public DeletePlatformVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.