Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeAffectedEntitiesRequest.Builder,DescribeAffectedEntitiesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeAffectedEntitiesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeAffectedEntitiesRequest.Builder,DescribeAffectedEntitiesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeAffectedEntitiesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeAffectedEntitiesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
EntityFilter |
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 DescribeAffectedEntitiesRequest.Builder> |
serializableBuilderClass() |
|
DescribeAffectedEntitiesRequest.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 EntityFilter filter()
Values to narrow the results returned. At least one event ARN is required.
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 DescribeAffectedEntitiesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeAffectedEntitiesRequest.Builder,DescribeAffectedEntitiesRequest>
public static DescribeAffectedEntitiesRequest.Builder builder()
public static Class<? extends DescribeAffectedEntitiesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.