@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserStorage extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the user storage for a WorkSpace bundle.
| Constructor and Description |
|---|
UserStorage() |
| Modifier and Type | Method and Description |
|---|---|
UserStorage |
clone() |
boolean |
equals(Object obj) |
String |
getCapacity()
The amount of user storage for the bundle.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCapacity(String capacity)
The amount of user storage for the bundle.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UserStorage |
withCapacity(String capacity)
The amount of user storage for the bundle.
|
public void setCapacity(String capacity)
The amount of user storage for the bundle.
capacity - The amount of user storage for the bundle.public String getCapacity()
The amount of user storage for the bundle.
public UserStorage withCapacity(String capacity)
The amount of user storage for the bundle.
capacity - The amount of user storage for the bundle.public String toString()
toString in class ObjectObject.toString()public UserStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.