@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeEventTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeEventTypesResult |
clone() |
boolean |
equals(Object obj) |
List<EventType> |
getEventTypes()
List of event types to be matched with.
|
String |
getNextToken()
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. |
int |
hashCode() |
void |
setEventTypes(Collection<EventType> eventTypes)
List of event types to be matched with.
|
void |
setNextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEventTypesResult |
withEventTypes(Collection<EventType> eventTypes)
List of event types to be matched with.
|
DescribeEventTypesResult |
withEventTypes(EventType... eventTypes)
List of event types to be matched with.
|
DescribeEventTypesResult |
withNextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a
nextToken
pagination token is returned in the response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EventType> getEventTypes()
List of event types to be matched with.
public void setEventTypes(Collection<EventType> eventTypes)
List of event types to be matched with.
eventTypes - List of event types to be matched with.public DescribeEventTypesResult withEventTypes(EventType... eventTypes)
List of event types to be matched with.
NOTE: This method appends the values to the existing list (if any). Use
setEventTypes(java.util.Collection) or withEventTypes(java.util.Collection) if you want to
override the existing values.
eventTypes - List of event types to be matched with.public DescribeEventTypesResult withEventTypes(Collection<EventType> eventTypes)
List of event types to be matched with.
eventTypes - List of event types to be matched with.public void setNextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next batch of results, reissue the search request
and include the returned token. When all results have been returned, the response does not contain a pagination
token value.
nextToken - If the results of a search are large, only a portion of the results are returned, and a
nextToken pagination token is returned in the response. To retrieve the next batch of
results, reissue the search request and include the returned token. When all results have been returned,
the response does not contain a pagination token value.public String getNextToken()
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next batch of results, reissue the search request
and include the returned token. When all results have been returned, the response does not contain a pagination
token value.
nextToken pagination token is returned in the response. To retrieve the next batch of
results, reissue the search request and include the returned token. When all results have been returned,
the response does not contain a pagination token value.public DescribeEventTypesResult withNextToken(String nextToken)
If the results of a search are large, only a portion of the results are returned, and a nextToken
pagination token is returned in the response. To retrieve the next batch of results, reissue the search request
and include the returned token. When all results have been returned, the response does not contain a pagination
token value.
nextToken - If the results of a search are large, only a portion of the results are returned, and a
nextToken pagination token is returned in the response. To retrieve the next batch of
results, reissue the search request and include the returned token. When all results have been returned,
the response does not contain a pagination token value.public String toString()
toString in class ObjectObject.toString()public DescribeEventTypesResult clone()
Copyright © 2017. All rights reserved.