@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComputeType extends Object implements Serializable, Cloneable, StructuredPojo
Describes the compute type of the bundle.
Constructor and Description |
---|
ComputeType() |
Modifier and Type | Method and Description |
---|---|
ComputeType |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The compute type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(Compute name)
The compute type.
|
void |
setName(String name)
The compute type.
|
String |
toString()
Returns a string representation of this object.
|
ComputeType |
withName(Compute name)
The compute type.
|
ComputeType |
withName(String name)
The compute type.
|
public void setName(String name)
The compute type.
name
- The compute type.Compute
public ComputeType withName(String name)
The compute type.
name
- The compute type.Compute
public void setName(Compute name)
The compute type.
name
- The compute type.Compute
public ComputeType withName(Compute name)
The compute type.
name
- The compute type.Compute
public String toString()
toString
in class Object
Object.toString()
public ComputeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.