@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceConfigHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for the GetResourceConfigHistory action.
| Constructor and Description |
|---|
GetResourceConfigHistoryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetResourceConfigHistoryResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigurationItem> |
getConfigurationItems()
A list that contains the configuration history of one or more resources.
|
String |
getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
setConfigurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
|
void |
setNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetResourceConfigHistoryResult |
withConfigurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
|
GetResourceConfigHistoryResult |
withConfigurationItems(ConfigurationItem... configurationItems)
A list that contains the configuration history of one or more resources.
|
GetResourceConfigHistoryResult |
withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ConfigurationItem> getConfigurationItems()
A list that contains the configuration history of one or more resources.
public void setConfigurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
configurationItems - A list that contains the configuration history of one or more resources.public GetResourceConfigHistoryResult withConfigurationItems(ConfigurationItem... configurationItems)
A list that contains the configuration history of one or more resources.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurationItems(java.util.Collection) or withConfigurationItems(java.util.Collection) if
you want to override the existing values.
configurationItems - A list that contains the configuration history of one or more resources.public GetResourceConfigHistoryResult withConfigurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
configurationItems - A list that contains the configuration history of one or more resources.public void setNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.public String getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
public GetResourceConfigHistoryResult withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.public String toString()
toString in class ObjectObject.toString()public GetResourceConfigHistoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.