@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpaceStorageSettings extends Object implements Serializable, Cloneable, StructuredPojo
The storage settings for a private space.
Constructor and Description |
---|
SpaceStorageSettings() |
Modifier and Type | Method and Description |
---|---|
SpaceStorageSettings |
clone() |
boolean |
equals(Object obj) |
EbsStorageSettings |
getEbsStorageSettings()
A collection of EBS storage settings for a private space.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEbsStorageSettings(EbsStorageSettings ebsStorageSettings)
A collection of EBS storage settings for a private space.
|
String |
toString()
Returns a string representation of this object.
|
SpaceStorageSettings |
withEbsStorageSettings(EbsStorageSettings ebsStorageSettings)
A collection of EBS storage settings for a private space.
|
public void setEbsStorageSettings(EbsStorageSettings ebsStorageSettings)
A collection of EBS storage settings for a private space.
ebsStorageSettings
- A collection of EBS storage settings for a private space.public EbsStorageSettings getEbsStorageSettings()
A collection of EBS storage settings for a private space.
public SpaceStorageSettings withEbsStorageSettings(EbsStorageSettings ebsStorageSettings)
A collection of EBS storage settings for a private space.
ebsStorageSettings
- A collection of EBS storage settings for a private space.public String toString()
toString
in class Object
Object.toString()
public SpaceStorageSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.