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()booleangetName()The name of the compute type for the bundle.inthashCode()voidThe name of the compute type for the bundle.voidThe 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
-
equals
-
hashCode
-
clone
-