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()
boolean
The amount of user storage for the bundle.int
hashCode()
void
setCapacity
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-