Class ComputeType

java.lang.Object
com.amazonaws.services.workspaces.model.ComputeType
All Implemented Interfaces:
Serializable, Cloneable

public class ComputeType extends Object implements Serializable, Cloneable

Contains information about the compute type of a WorkSpace bundle.

See Also:
  • Constructor Details

    • ComputeType

      public ComputeType()
  • Method Details

    • setName

      public void setName(String name)

      The name of the compute type for the bundle.

      Parameters:
      name - The name of the compute type for the bundle.
      See Also:
    • getName

      public String getName()

      The name of the compute type for the bundle.

      Returns:
      The name of the compute type for the bundle.
      See Also:
    • withName

      public ComputeType withName(String name)

      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

      public void setName(Compute name)

      The name of the compute type for the bundle.

      Parameters:
      name - The name of the compute type for the bundle.
      See Also:
    • withName

      public ComputeType withName(Compute name)

      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ComputeType clone()
      Overrides:
      clone in class Object