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