@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The storage configuration used for recommendations.
| Constructor and Description |
|---|
StorageConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StorageConfiguration |
clone() |
boolean |
equals(Object obj) |
Double |
getSizeInGb()
The storage volume.
|
String |
getType()
The storage type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSizeInGb(Double sizeInGb)
The storage volume.
|
void |
setType(String type)
The storage type.
|
String |
toString()
Returns a string representation of this object.
|
StorageConfiguration |
withSizeInGb(Double sizeInGb)
The storage volume.
|
StorageConfiguration |
withType(String type)
The storage type.
|
public void setSizeInGb(Double sizeInGb)
The storage volume.
sizeInGb - The storage volume.public Double getSizeInGb()
The storage volume.
public StorageConfiguration withSizeInGb(Double sizeInGb)
The storage volume.
sizeInGb - The storage volume.public void setType(String type)
The storage type.
type - The storage type.public String getType()
The storage type.
public StorageConfiguration withType(String type)
The storage type.
type - The storage type.public String toString()
toString in class ObjectObject.toString()public StorageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.