@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 platform version.
|
int |
hashCode() |
void |
setPlatformDescription(PlatformDescription platformDescription)
Detailed information about the platform version.
|
String |
toString()
Returns a string representation of this object.
|
DescribePlatformVersionResult |
withPlatformDescription(PlatformDescription platformDescription)
Detailed information about the platform version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPlatformDescription(PlatformDescription platformDescription)
Detailed information about the platform version.
platformDescription - Detailed information about the platform version.public PlatformDescription getPlatformDescription()
Detailed information about the platform version.
public DescribePlatformVersionResult withPlatformDescription(PlatformDescription platformDescription)
Detailed information about the platform version.
platformDescription - Detailed information about the platform version.public String toString()
toString in class ObjectObject.toString()public DescribePlatformVersionResult clone()