@Generated(value="software.amazon.awssdk:codegen") public class ListDeploymentConfigsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>
Represents the input of a ListDeploymentConfigs operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentConfigsRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeploymentConfigsRequest.Builder,ListDeploymentConfigsRequest>public static ListDeploymentConfigsRequest.Builder builder()
public static Class<? extends ListDeploymentConfigsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.