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