@Generated(value="software.amazon.awssdk:codegen") public final class ListDeploymentsResponse extends GreengrassResponse implements ToCopyableBuilder<ListDeploymentsResponse.Builder,ListDeploymentsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeploymentsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentsResponse.Builder |
builder() |
List<Deployment> |
deployments()
A list of deployments for the requested groups.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDeploymentsResponse.Builder> |
serializableBuilderClass() |
ListDeploymentsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<Deployment> deployments()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
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 © 2018. All rights reserved.