Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeEventTypesRequest.Builder,DescribeEventTypesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeEventTypesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeEventTypesRequest.Builder,DescribeEventTypesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEventTypesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeEventTypesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
EventTypeFilter |
filter() |
Values to narrow the results returned.
|
int |
hashCode() |
|
String |
locale() |
The locale (language) to return information in.
|
Integer |
maxResults() |
The maximum number of items to return in one batch, between 10 and 100, inclusive.
|
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. |
static Class<? extends DescribeEventTypesRequest.Builder> |
serializableBuilderClass() |
|
DescribeEventTypesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public EventTypeFilter filter()
Values to narrow the results returned.
public String locale()
The locale (language) to return information in. English (en) is the default and the only supported value at this time.
public 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
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 Integer maxResults()
The maximum number of items to return in one batch, between 10 and 100, inclusive.
public DescribeEventTypesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeEventTypesRequest.Builder,DescribeEventTypesRequest>
public static DescribeEventTypesRequest.Builder builder()
public static Class<? extends DescribeEventTypesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.