Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListConfigurationSetsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListConfigurationSetsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListConfigurationSetsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxItems() |
The number of configuration sets to return.
|
String |
nextToken() |
A token returned from a previous call to
ListConfigurationSets to indicate the position of the
configuration set in the configuration set list. |
static Class<? extends ListConfigurationSetsRequest.Builder> |
serializableBuilderClass() |
|
ListConfigurationSetsRequest.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 String nextToken()
A token returned from a previous call to ListConfigurationSets
to indicate the position of the
configuration set in the configuration set list.
ListConfigurationSets
to indicate the position of
the configuration set in the configuration set list.public Integer maxItems()
The number of configuration sets to return.
public ListConfigurationSetsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListConfigurationSetsRequest.Builder,ListConfigurationSetsRequest>
public static ListConfigurationSetsRequest.Builder builder()
public static Class<? extends ListConfigurationSetsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.