@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultEbsStorageSettings extends Object implements Serializable, Cloneable, StructuredPojo
A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
| Constructor and Description |
|---|
DefaultEbsStorageSettings() |
| Modifier and Type | Method and Description |
|---|---|
DefaultEbsStorageSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getDefaultEbsVolumeSizeInGb()
The default size of the EBS storage volume for a space.
|
Integer |
getMaximumEbsVolumeSizeInGb()
The maximum size of the EBS storage volume for a space.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDefaultEbsVolumeSizeInGb(Integer defaultEbsVolumeSizeInGb)
The default size of the EBS storage volume for a space.
|
void |
setMaximumEbsVolumeSizeInGb(Integer maximumEbsVolumeSizeInGb)
The maximum size of the EBS storage volume for a space.
|
String |
toString()
Returns a string representation of this object.
|
DefaultEbsStorageSettings |
withDefaultEbsVolumeSizeInGb(Integer defaultEbsVolumeSizeInGb)
The default size of the EBS storage volume for a space.
|
DefaultEbsStorageSettings |
withMaximumEbsVolumeSizeInGb(Integer maximumEbsVolumeSizeInGb)
The maximum size of the EBS storage volume for a space.
|
public void setDefaultEbsVolumeSizeInGb(Integer defaultEbsVolumeSizeInGb)
The default size of the EBS storage volume for a space.
defaultEbsVolumeSizeInGb - The default size of the EBS storage volume for a space.public Integer getDefaultEbsVolumeSizeInGb()
The default size of the EBS storage volume for a space.
public DefaultEbsStorageSettings withDefaultEbsVolumeSizeInGb(Integer defaultEbsVolumeSizeInGb)
The default size of the EBS storage volume for a space.
defaultEbsVolumeSizeInGb - The default size of the EBS storage volume for a space.public void setMaximumEbsVolumeSizeInGb(Integer maximumEbsVolumeSizeInGb)
The maximum size of the EBS storage volume for a space.
maximumEbsVolumeSizeInGb - The maximum size of the EBS storage volume for a space.public Integer getMaximumEbsVolumeSizeInGb()
The maximum size of the EBS storage volume for a space.
public DefaultEbsStorageSettings withMaximumEbsVolumeSizeInGb(Integer maximumEbsVolumeSizeInGb)
The maximum size of the EBS storage volume for a space.
maximumEbsVolumeSizeInGb - The maximum size of the EBS storage volume for a space.public String toString()
toString in class ObjectObject.toString()public DefaultEbsStorageSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.