@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RootStorage extends Object implements Serializable, Cloneable, StructuredPojo
Describes the root volume for a WorkSpace bundle.
| Constructor and Description |
|---|
RootStorage() |
| Modifier and Type | Method and Description |
|---|---|
RootStorage |
clone() |
boolean |
equals(Object obj) |
String |
getCapacity()
The size of the root volume.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCapacity(String capacity)
The size of the root volume.
|
String |
toString()
Returns a string representation of this object.
|
RootStorage |
withCapacity(String capacity)
The size of the root volume.
|
public void setCapacity(String capacity)
The size of the root volume.
capacity - The size of the root volume.public String getCapacity()
The size of the root volume.
public RootStorage withCapacity(String capacity)
The size of the root volume.
capacity - The size of the root volume.public String toString()
toString in class ObjectObject.toString()public RootStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.