@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserStorage extends Object implements Serializable, Cloneable, StructuredPojo
Describes 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 size of the user storage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCapacity(String capacity)
The size of the user storage.
|
String |
toString()
Returns a string representation of this object.
|
UserStorage |
withCapacity(String capacity)
The size of the user storage.
|
public void setCapacity(String capacity)
The size of the user storage.
capacity
- The size of the user storage.public String getCapacity()
The size of the user storage.
public UserStorage withCapacity(String capacity)
The size of the user storage.
capacity
- The size of the user storage.public String toString()
toString
in class Object
Object.toString()
public UserStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.