Class ComputeType
java.lang.Object
com.amazonaws.services.workspaces.model.ComputeType
- All Implemented Interfaces:
Serializable
,Cloneable
Contains information about the compute type of a WorkSpace bundle.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of the compute type for the bundle.int
hashCode()
void
The name of the compute type for the bundle.void
The name of the compute type for the bundle.toString()
Returns a string representation of this object; useful for testing and debugging.The name of the compute type for the bundle.The name of the compute type for the bundle.
-
Constructor Details
-
ComputeType
public ComputeType()
-
-
Method Details
-
setName
The name of the compute type for the bundle.
- Parameters:
name
- The name of the compute type for the bundle.- See Also:
-
getName
The name of the compute type for the bundle.
- Returns:
- The name of the compute type for the bundle.
- See Also:
-
withName
The name of the compute type for the bundle.
- Parameters:
name
- The name of the compute type for the bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setName
The name of the compute type for the bundle.
- Parameters:
name
- The name of the compute type for the bundle.- See Also:
-
withName
The name of the compute type for the bundle.
- Parameters:
name
- The name of the compute type for the bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-