@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageTypeLimit extends Object implements Serializable, Cloneable, StructuredPojo
Limits that are applicable for given storage type.
| Constructor and Description |
|---|
StorageTypeLimit() |
| Modifier and Type | Method and Description |
|---|---|
StorageTypeLimit |
clone() |
boolean |
equals(Object obj) |
String |
getLimitName()
Name of storage limits that are applicable for given storage type.
|
List<String> |
getLimitValues()
Values for the
StorageTypeLimit$LimitName . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLimitName(String limitName)
Name of storage limits that are applicable for given storage type.
|
void |
setLimitValues(Collection<String> limitValues)
Values for the
StorageTypeLimit$LimitName . |
String |
toString()
Returns a string representation of this object.
|
StorageTypeLimit |
withLimitName(String limitName)
Name of storage limits that are applicable for given storage type.
|
StorageTypeLimit |
withLimitValues(Collection<String> limitValues)
Values for the
StorageTypeLimit$LimitName . |
StorageTypeLimit |
withLimitValues(String... limitValues)
Values for the
StorageTypeLimit$LimitName . |
public void setLimitName(String limitName)
Name of storage limits that are applicable for given storage type. If StorageType is ebs,
following storage options are applicable
limitName - Name of storage limits that are applicable for given storage type. If StorageType is
ebs, following storage options are applicable
public String getLimitName()
Name of storage limits that are applicable for given storage type. If StorageType is ebs,
following storage options are applicable
StorageType
is ebs, following storage options are applicable
public StorageTypeLimit withLimitName(String limitName)
Name of storage limits that are applicable for given storage type. If StorageType is ebs,
following storage options are applicable
limitName - Name of storage limits that are applicable for given storage type. If StorageType is
ebs, following storage options are applicable
public List<String> getLimitValues()
Values for the StorageTypeLimit$LimitName .
StorageTypeLimit$LimitName .public void setLimitValues(Collection<String> limitValues)
Values for the StorageTypeLimit$LimitName .
limitValues - Values for the StorageTypeLimit$LimitName .public StorageTypeLimit withLimitValues(String... limitValues)
Values for the StorageTypeLimit$LimitName .
NOTE: This method appends the values to the existing list (if any). Use
setLimitValues(java.util.Collection) or withLimitValues(java.util.Collection) if you want to
override the existing values.
limitValues - Values for the StorageTypeLimit$LimitName .public StorageTypeLimit withLimitValues(Collection<String> limitValues)
Values for the StorageTypeLimit$LimitName .
limitValues - Values for the StorageTypeLimit$LimitName .public String toString()
toString in class ObjectObject.toString()public StorageTypeLimit clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.