@Generated(value="software.amazon.awssdk:codegen") public final class ListDeploymentsResponse extends CodeDeployResponse implements ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
Represents the output of a ListDeployments operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentsResponse.Builder |
builder() |
List<String> |
deployments()
A list of deployment IDs.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
If a large amount of information is returned, an identifier is also returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDeploymentsResponse.Builder> |
serializableBuilderClass() |
ListDeploymentsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> deployments()
A list of deployment IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.
public ListDeploymentsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>toBuilder in class AwsResponsepublic static ListDeploymentsResponse.Builder builder()
public static Class<? extends ListDeploymentsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.