Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListImportsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListImportsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListImportsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
exportName() |
The name of the exported output value.
|
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.
|
static Class<? extends ListImportsRequest.Builder> |
serializableBuilderClass() |
|
ListImportsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
public static ListImportsRequest.Builder builder()
public static Class<? extends ListImportsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.