public class GetResourceConfigHistoryResult extends Object 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()
A token used for pagination of results.
|
int |
hashCode() |
void |
setConfigurationItems(Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more
resources.
|
void |
setNextToken(String nextToken)
A token used for pagination of results.
|
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)
A token used for pagination of results.
|
public List<ConfigurationItem> getConfigurationItems()
public void setConfigurationItems(Collection<ConfigurationItem> configurationItems)
configurationItems - A list that contains the configuration history of one or more
resources.public GetResourceConfigHistoryResult withConfigurationItems(ConfigurationItem... configurationItems)
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.
Returns a reference to this object so that method calls can be chained together.
configurationItems - A list that contains the configuration history of one or more
resources.public GetResourceConfigHistoryResult withConfigurationItems(Collection<ConfigurationItem> configurationItems)
Returns a reference to this object so that method calls can be chained together.
configurationItems - A list that contains the configuration history of one or more
resources.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - A token used for pagination of results.public GetResourceConfigHistoryResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - A token used for pagination of results.public String toString()
toString in class ObjectObject.toString()public GetResourceConfigHistoryResult clone()
Copyright © 2015. All rights reserved.