@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConfigurationHistoryResult() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationHistoryResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigurationEvent> |
getEventList()
The list of configuration events and their corresponding details.
|
String |
getNextToken()
The
NextToken value to include in a future ListConfigurationHistory request. |
int |
hashCode() |
void |
setEventList(Collection<ConfigurationEvent> eventList)
The list of configuration events and their corresponding details.
|
void |
setNextToken(String nextToken)
The
NextToken value to include in a future ListConfigurationHistory request. |
String |
toString()
Returns a string representation of this object.
|
ListConfigurationHistoryResult |
withEventList(Collection<ConfigurationEvent> eventList)
The list of configuration events and their corresponding details.
|
ListConfigurationHistoryResult |
withEventList(ConfigurationEvent... eventList)
The list of configuration events and their corresponding details.
|
ListConfigurationHistoryResult |
withNextToken(String nextToken)
The
NextToken value to include in a future ListConfigurationHistory request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConfigurationEvent> getEventList()
The list of configuration events and their corresponding details.
public void setEventList(Collection<ConfigurationEvent> eventList)
The list of configuration events and their corresponding details.
eventList
- The list of configuration events and their corresponding details.public ListConfigurationHistoryResult withEventList(ConfigurationEvent... eventList)
The list of configuration events and their corresponding details.
NOTE: This method appends the values to the existing list (if any). Use
setEventList(java.util.Collection)
or withEventList(java.util.Collection)
if you want to
override the existing values.
eventList
- The list of configuration events and their corresponding details.public ListConfigurationHistoryResult withEventList(Collection<ConfigurationEvent> eventList)
The list of configuration events and their corresponding details.
eventList
- The list of configuration events and their corresponding details.public void setNextToken(String nextToken)
The NextToken
value to include in a future ListConfigurationHistory
request. When the
results of a ListConfigurationHistory
request exceed MaxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The NextToken
value to include in a future ListConfigurationHistory
request.
When the results of a ListConfigurationHistory
request exceed MaxResults
, this
value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The NextToken
value to include in a future ListConfigurationHistory
request. When the
results of a ListConfigurationHistory
request exceed MaxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to return.
NextToken
value to include in a future ListConfigurationHistory
request.
When the results of a ListConfigurationHistory
request exceed MaxResults
, this
value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.public ListConfigurationHistoryResult withNextToken(String nextToken)
The NextToken
value to include in a future ListConfigurationHistory
request. When the
results of a ListConfigurationHistory
request exceed MaxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The NextToken
value to include in a future ListConfigurationHistory
request.
When the results of a ListConfigurationHistory
request exceed MaxResults
, this
value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public ListConfigurationHistoryResult clone()