public class ComputeType extends Object implements Serializable, Cloneable
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 |
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.