Class GetResourceConfigHistoryResult
- All Implemented Interfaces:
Serializable, Cloneable
The output for the GetResourceConfigHistory action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list that contains the configuration history of one or more resources.The string that you use in a subsequent request to get the next page of results in a paginated response.inthashCode()voidsetConfigurationItems(Collection<ConfigurationItem> configurationItems) A list that contains the configuration history of one or more resources.voidsetNextToken(String nextToken) The string that you use in a subsequent request to get the next page of results in a paginated response.toString()Returns a string representation of this object; useful for testing and debugging.withConfigurationItems(ConfigurationItem... configurationItems) A list that contains the configuration history of one or more resources.withConfigurationItems(Collection<ConfigurationItem> configurationItems) A list that contains the configuration history of one or more resources.withNextToken(String nextToken) The string that you use in a subsequent request to get the next page of results in a paginated response.
-
Constructor Details
-
GetResourceConfigHistoryResult
public GetResourceConfigHistoryResult()
-
-
Method Details
-
getConfigurationItems
A list that contains the configuration history of one or more resources.
- Returns:
- A list that contains the configuration history of one or more resources.
-
setConfigurationItems
A list that contains the configuration history of one or more resources.
- Parameters:
configurationItems- A list that contains the configuration history of one or more resources.
-
withConfigurationItems
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)orwithConfigurationItems(java.util.Collection)if you want to override the existing values.- Parameters:
configurationItems- A list that contains the configuration history of one or more resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withConfigurationItems
public GetResourceConfigHistoryResult withConfigurationItems(Collection<ConfigurationItem> configurationItems) A list that contains the configuration history of one or more resources.
- Parameters:
configurationItems- A list that contains the configuration history of one or more resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
getNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Returns:
- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
withNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken- The string that you use in a subsequent request to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-