@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListImportsRequest() |
Modifier and Type | Method and Description |
---|---|
ListImportsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExportName()
The name of the exported output value.
|
String |
getNextToken()
A string (provided by the ListImports response output) that identifies the next page of stacks that are
importing the specified exported output value.
|
int |
hashCode() |
void |
setExportName(String exportName)
The name of the exported output value.
|
void |
setNextToken(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListImportsRequest |
withExportName(String exportName)
The name of the exported output value.
|
ListImportsRequest |
withNextToken(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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setExportName(String exportName)
The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.
exportName
- The name of the exported output value. AWS CloudFormation returns the stack names that are importing this
value.public String getExportName()
The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.
public ListImportsRequest withExportName(String exportName)
The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.
exportName
- The name of the exported output value. AWS CloudFormation returns the stack names that are importing this
value.public void setNextToken(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.
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 String getNextToken()
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 withNextToken(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.
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 String toString()
toString
in class Object
Object.toString()
public ListImportsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.