@Generated(value="software.amazon.awssdk:codegen") public final class ListImportsRequest extends CloudFormationRequest implements ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListImportsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListImportsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
exportName()
The name of the exported output value.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A string (provided by the ListImports response output) that identifies the next page of stacks that are
importing the specified exported output value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListImportsRequest.Builder> |
serializableBuilderClass() |
ListImportsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String exportName()
The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.
public String nextToken()
A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.
public ListImportsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>toBuilder in class CloudFormationRequestpublic static ListImportsRequest.Builder builder()
public static Class<? extends ListImportsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.