@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageType extends Object implements Serializable, Cloneable, StructuredPojo
StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.
Constructor and Description |
---|
StorageType() |
Modifier and Type | Method and Description |
---|---|
StorageType |
clone() |
boolean |
equals(Object obj) |
String |
getStorageSubTypeName() |
List<StorageTypeLimit> |
getStorageTypeLimits()
List of limits that are applicable for given storage type.
|
String |
getStorageTypeName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStorageSubTypeName(String storageSubTypeName) |
void |
setStorageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
List of limits that are applicable for given storage type.
|
void |
setStorageTypeName(String storageTypeName) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StorageType |
withStorageSubTypeName(String storageSubTypeName) |
StorageType |
withStorageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
List of limits that are applicable for given storage type.
|
StorageType |
withStorageTypeLimits(StorageTypeLimit... storageTypeLimits)
List of limits that are applicable for given storage type.
|
StorageType |
withStorageTypeName(String storageTypeName) |
public void setStorageTypeName(String storageTypeName)
storageTypeName
- public String getStorageTypeName()
public StorageType withStorageTypeName(String storageTypeName)
storageTypeName
- public void setStorageSubTypeName(String storageSubTypeName)
storageSubTypeName
- public String getStorageSubTypeName()
public StorageType withStorageSubTypeName(String storageSubTypeName)
storageSubTypeName
- public List<StorageTypeLimit> getStorageTypeLimits()
List of limits that are applicable for given storage type.
public void setStorageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
List of limits that are applicable for given storage type.
storageTypeLimits
- List of limits that are applicable for given storage type.public StorageType withStorageTypeLimits(StorageTypeLimit... storageTypeLimits)
List of limits that are applicable for given storage type.
NOTE: This method appends the values to the existing list (if any). Use
setStorageTypeLimits(java.util.Collection)
or withStorageTypeLimits(java.util.Collection)
if
you want to override the existing values.
storageTypeLimits
- List of limits that are applicable for given storage type.public StorageType withStorageTypeLimits(Collection<StorageTypeLimit> storageTypeLimits)
List of limits that are applicable for given storage type.
storageTypeLimits
- List of limits that are applicable for given storage type.public String toString()
toString
in class Object
Object.toString()
public StorageType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.