@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Builder extends Object implements Serializable, Cloneable
The builder used to build the custom platform.
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Builder |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of the builder.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the builder.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Builder |
withARN(String aRN)
The ARN of the builder.
|
public void setARN(String aRN)
The ARN of the builder.
aRN
- The ARN of the builder.public String getARN()
The ARN of the builder.
public Builder withARN(String aRN)
The ARN of the builder.
aRN
- The ARN of the builder.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.