Class UserStorage
java.lang.Object
com.amazonaws.services.workspaces.model.UserStorage
- All Implemented Interfaces:
Serializable, Cloneable
Contains information about the user storage for a WorkSpace bundle.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe amount of user storage for the bundle.inthashCode()voidsetCapacity(String capacity) The amount of user storage for the bundle.toString()Returns a string representation of this object; useful for testing and debugging.withCapacity(String capacity) The amount of user storage for the bundle.
-
Constructor Details
-
UserStorage
public UserStorage()
-
-
Method Details
-
setCapacity
The amount of user storage for the bundle.
- Parameters:
capacity- The amount of user storage for the bundle.
-
getCapacity
The amount of user storage for the bundle.
- Returns:
- The amount of user storage for the bundle.
-
withCapacity
The amount of user storage for the bundle.
- Parameters:
capacity- The amount of user storage for the bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-