@Generated(value="software.amazon.awssdk:codegen") public final class ListExportsRequest extends CloudFormationRequest implements ToCopyableBuilder<ListExportsRequest.Builder,ListExportsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListExportsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListExportsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A string (provided by the ListExports response output) that identifies the next page of exported output
values that you asked to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListExportsRequest.Builder> |
serializableBuilderClass() |
ListExportsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextToken()
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
public ListExportsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListExportsRequest.Builder,ListExportsRequest>toBuilder in class CloudFormationRequestpublic static ListExportsRequest.Builder builder()
public static Class<? extends ListExportsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.