@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInstanceStorageConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInstanceStorageConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListInstanceStorageConfigsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<InstanceStorageConfig> |
getStorageConfigs()
A valid storage type.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setStorageConfigs(Collection<InstanceStorageConfig> storageConfigs)
A valid storage type.
|
String |
toString()
Returns a string representation of this object.
|
ListInstanceStorageConfigsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListInstanceStorageConfigsResult |
withStorageConfigs(Collection<InstanceStorageConfig> storageConfigs)
A valid storage type.
|
ListInstanceStorageConfigsResult |
withStorageConfigs(InstanceStorageConfig... storageConfigs)
A valid storage type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InstanceStorageConfig> getStorageConfigs()
A valid storage type.
public void setStorageConfigs(Collection<InstanceStorageConfig> storageConfigs)
A valid storage type.
storageConfigs
- A valid storage type.public ListInstanceStorageConfigsResult withStorageConfigs(InstanceStorageConfig... storageConfigs)
A valid storage type.
NOTE: This method appends the values to the existing list (if any). Use
setStorageConfigs(java.util.Collection)
or withStorageConfigs(java.util.Collection)
if you want
to override the existing values.
storageConfigs
- A valid storage type.public ListInstanceStorageConfigsResult withStorageConfigs(Collection<InstanceStorageConfig> storageConfigs)
A valid storage type.
storageConfigs
- A valid storage type.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListInstanceStorageConfigsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListInstanceStorageConfigsResult clone()