Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeExportConfigurationsRequest.Builder,DescribeExportConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeExportConfigurationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeExportConfigurationsRequest.Builder,DescribeExportConfigurationsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeExportConfigurationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeExportConfigurationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
exportIds() |
A unique identifier that you can use to query the export status.
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results that you want to display as a part of the query.
|
String |
nextToken() |
A token to get the next set of results.
|
static Class<? extends DescribeExportConfigurationsRequest.Builder> |
serializableBuilderClass() |
|
DescribeExportConfigurationsRequest.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 List<String> exportIds()
A unique identifier that you can use to query the export status.
public Integer maxResults()
The maximum number of results that you want to display as a part of the query.
public String nextToken()
A token to get the next set of results. For example, if you specify 100 IDs for
DescribeExportConfigurationsRequest$exportIds
but set
DescribeExportConfigurationsRequest$maxResults
to 10, you get results in a set of 10. Use the token
in the query to get the next set of 10.
DescribeExportConfigurationsRequest$exportIds
but set
DescribeExportConfigurationsRequest$maxResults
to 10, you get results in a set of 10. Use
the token in the query to get the next set of 10.public DescribeExportConfigurationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeExportConfigurationsRequest.Builder,DescribeExportConfigurationsRequest>
public static DescribeExportConfigurationsRequest.Builder builder()
public static Class<? extends DescribeExportConfigurationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.