@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) |
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.Computepublic ComputeType withName(String name)
The compute type.
name - The compute type.Computepublic void setName(Compute name)
The compute type.
name - The compute type.Computepublic ComputeType withName(Compute name)
The compute type.
name - The compute type.Computepublic String toString()
toString in class ObjectObject.toString()public ComputeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.