@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStorageConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListStorageConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListStorageConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are more storage configurations than
maxResults, use nextToken in the request
to get the next set. |
List<StorageConfigurationSummary> |
getStorageConfigurations()
List of the matching storage configurations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more storage configurations than
maxResults, use nextToken in the request
to get the next set. |
void |
setStorageConfigurations(Collection<StorageConfigurationSummary> storageConfigurations)
List of the matching storage configurations.
|
String |
toString()
Returns a string representation of this object.
|
ListStorageConfigurationsResult |
withNextToken(String nextToken)
If there are more storage configurations than
maxResults, use nextToken in the request
to get the next set. |
ListStorageConfigurationsResult |
withStorageConfigurations(Collection<StorageConfigurationSummary> storageConfigurations)
List of the matching storage configurations.
|
ListStorageConfigurationsResult |
withStorageConfigurations(StorageConfigurationSummary... storageConfigurations)
List of the matching storage configurations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<StorageConfigurationSummary> getStorageConfigurations()
List of the matching storage configurations.
public void setStorageConfigurations(Collection<StorageConfigurationSummary> storageConfigurations)
List of the matching storage configurations.
storageConfigurations - List of the matching storage configurations.public ListStorageConfigurationsResult withStorageConfigurations(StorageConfigurationSummary... storageConfigurations)
List of the matching storage configurations.
NOTE: This method appends the values to the existing list (if any). Use
setStorageConfigurations(java.util.Collection) or
withStorageConfigurations(java.util.Collection) if you want to override the existing values.
storageConfigurations - List of the matching storage configurations.public ListStorageConfigurationsResult withStorageConfigurations(Collection<StorageConfigurationSummary> storageConfigurations)
List of the matching storage configurations.
storageConfigurations - List of the matching storage configurations.public void setNextToken(String nextToken)
If there are more storage configurations than maxResults, use nextToken in the request
to get the next set.
nextToken - If there are more storage configurations than maxResults, use nextToken in the
request to get the next set.public String getNextToken()
If there are more storage configurations than maxResults, use nextToken in the request
to get the next set.
maxResults, use nextToken in the
request to get the next set.public ListStorageConfigurationsResult withNextToken(String nextToken)
If there are more storage configurations than maxResults, use nextToken in the request
to get the next set.
nextToken - If there are more storage configurations than maxResults, use nextToken in the
request to get the next set.public String toString()
toString in class ObjectObject.toString()public ListStorageConfigurationsResult clone()