Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListDeploymentConfigsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>
Represents the input of a ListDeploymentConfigs operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDeploymentConfigsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListDeploymentConfigsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
An identifier returned from the previous list deployment configurations call.
|
static Class<? extends ListDeploymentConfigsRequest.Builder> |
serializableBuilderClass() |
|
ListDeploymentConfigsRequest.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()
An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.
public ListDeploymentConfigsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>
public static ListDeploymentConfigsRequest.Builder builder()
public static Class<? extends ListDeploymentConfigsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.