@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOperationEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOperationEventsResult() |
Modifier and Type | Method and Description |
---|---|
ListOperationEventsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<OperationEvent> |
getOperationEvents()
A returned list of operation events that meet the filter criteria.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setOperationEvents(Collection<OperationEvent> operationEvents)
A returned list of operation events that meet the filter criteria.
|
String |
toString()
Returns a string representation of this object.
|
ListOperationEventsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListOperationEventsResult |
withOperationEvents(Collection<OperationEvent> operationEvents)
A returned list of operation events that meet the filter criteria.
|
ListOperationEventsResult |
withOperationEvents(OperationEvent... operationEvents)
A returned list of operation events that meet the filter criteria.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<OperationEvent> getOperationEvents()
A returned list of operation events that meet the filter criteria.
public void setOperationEvents(Collection<OperationEvent> operationEvents)
A returned list of operation events that meet the filter criteria.
operationEvents
- A returned list of operation events that meet the filter criteria.public ListOperationEventsResult withOperationEvents(OperationEvent... operationEvents)
A returned list of operation events that meet the filter criteria.
NOTE: This method appends the values to the existing list (if any). Use
setOperationEvents(java.util.Collection)
or withOperationEvents(java.util.Collection)
if you
want to override the existing values.
operationEvents
- A returned list of operation events that meet the filter criteria.public ListOperationEventsResult withOperationEvents(Collection<OperationEvent> operationEvents)
A returned list of operation events that meet the filter criteria.
operationEvents
- A returned list of operation events that meet the filter criteria.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null when there are no more results
to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
public ListOperationEventsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken
- The token to use 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 ListOperationEventsResult clone()