@Generated(value="software.amazon.awssdk:codegen") public final class ListSubscriptionDefinitionsResponse extends GreengrassResponse implements ToCopyableBuilder<ListSubscriptionDefinitionsResponse.Builder,ListSubscriptionDefinitionsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSubscriptionDefinitionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSubscriptionDefinitionsResponse.Builder |
builder() |
List<DefinitionInformation> |
definitions()
Information about a definition.
|
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 ListSubscriptionDefinitionsResponse.Builder> |
serializableBuilderClass() |
ListSubscriptionDefinitionsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<DefinitionInformation> definitions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
public ListSubscriptionDefinitionsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSubscriptionDefinitionsResponse.Builder,ListSubscriptionDefinitionsResponse>toBuilder in class AwsResponsepublic static ListSubscriptionDefinitionsResponse.Builder builder()
public static Class<? extends ListSubscriptionDefinitionsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.