@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SupportedPlatform extends Object implements Serializable, Cloneable
A list of supported platforms for orderable clusters.
Constructor and Description |
---|
SupportedPlatform() |
Modifier and Type | Method and Description |
---|---|
SupportedPlatform |
clone() |
boolean |
equals(Object obj) |
String |
getName()
|
int |
hashCode() |
void |
setName(String name)
|
String |
toString()
Returns a string representation of this object.
|
SupportedPlatform |
withName(String name)
|
public void setName(String name)
name
- public String getName()
public SupportedPlatform withName(String name)
name
- public String toString()
toString
in class Object
Object.toString()
public SupportedPlatform clone()