@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComputeType extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the compute type of a WorkSpace bundle.
| Constructor and Description |
|---|
ComputeType() |
| Modifier and Type | Method and Description |
|---|---|
ComputeType |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the compute type for the bundle.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(Compute name)
The name of the compute type for the bundle.
|
void |
setName(String name)
The name of the compute type for the bundle.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ComputeType |
withName(Compute name)
The name of the compute type for the bundle.
|
ComputeType |
withName(String name)
The name of the compute type for the bundle.
|
public void setName(String name)
The name of the compute type for the bundle.
name - The name of the compute type for the bundle.Computepublic String getName()
The name of the compute type for the bundle.
Computepublic ComputeType withName(String name)
The name of the compute type for the bundle.
name - The name of the compute type for the bundle.Computepublic void setName(Compute name)
The name of the compute type for the bundle.
name - The name of the compute type for the bundle.Computepublic ComputeType withName(Compute name)
The name of the compute type for the bundle.
name - The name of the compute type for the bundle.Computepublic String toString()
toString in class ObjectObject.toString()public ComputeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.