public class GetResourceConfigHistoryResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the GetResourceConfigHistory action.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigurationItem> |
configurationItems
A list that contains the configuration history of one or more resources.
|
private java.lang.String |
nextToken
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
Constructor and Description |
---|
GetResourceConfigHistoryResult() |
Modifier and Type | Method and Description |
---|---|
GetResourceConfigHistoryResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ConfigurationItem> |
getConfigurationItems()
A list that contains the configuration history of one or more resources.
|
java.lang.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(java.util.Collection<ConfigurationItem> configurationItems)
A list that contains the configuration history of one or more resources.
|
void |
setNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetResourceConfigHistoryResult |
withConfigurationItems(java.util.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(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
private SdkInternalList<ConfigurationItem> configurationItems
A list that contains the configuration history of one or more resources.
private java.lang.String nextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
public java.util.List<ConfigurationItem> getConfigurationItems()
A list that contains the configuration history of one or more resources.
public void setConfigurationItems(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetResourceConfigHistoryResult clone()
clone
in class java.lang.Object