@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListImportsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListImportsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getImports()
A list of stack names that are importing the specified exported output value.
|
String |
getNextToken()
A string that identifies the next page of exports.
|
int |
hashCode() |
void |
setImports(Collection<String> imports)
A list of stack names that are importing the specified exported output value.
|
void |
setNextToken(String nextToken)
A string that identifies the next page of exports.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListImportsResult |
withImports(Collection<String> imports)
A list of stack names that are importing the specified exported output value.
|
ListImportsResult |
withImports(String... imports)
A list of stack names that are importing the specified exported output value.
|
ListImportsResult |
withNextToken(String nextToken)
A string that identifies the next page of exports.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getImports()
A list of stack names that are importing the specified exported output value.
public void setImports(Collection<String> imports)
A list of stack names that are importing the specified exported output value.
imports - A list of stack names that are importing the specified exported output value.public ListImportsResult withImports(String... imports)
A list of stack names that are importing the specified exported output value.
NOTE: This method appends the values to the existing list (if any). Use
setImports(java.util.Collection) or withImports(java.util.Collection) if you want to override
the existing values.
imports - A list of stack names that are importing the specified exported output value.public ListImportsResult withImports(Collection<String> imports)
A list of stack names that are importing the specified exported output value.
imports - A list of stack names that are importing the specified exported output value.public void setNextToken(String nextToken)
A string that identifies the next page of exports. If there is no additional page, this value is null.
nextToken - A string that identifies the next page of exports. If there is no additional page, this value is null.public String getNextToken()
A string that identifies the next page of exports. If there is no additional page, this value is null.
public ListImportsResult withNextToken(String nextToken)
A string that identifies the next page of exports. If there is no additional page, this value is null.
nextToken - A string that identifies the next page of exports. If there is no additional page, this value is null.public String toString()
toString in class ObjectObject.toString()public ListImportsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.