@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<ImportsListItem> |
getImports()
The list of returned imports.
|
String |
getNextToken()
A token you can use to get the next page of import results.
|
int |
hashCode() |
void |
setImports(Collection<ImportsListItem> imports)
The list of returned imports.
|
void |
setNextToken(String nextToken)
A token you can use to get the next page of import results.
|
String |
toString()
Returns a string representation of this object.
|
ListImportsResult |
withImports(Collection<ImportsListItem> imports)
The list of returned imports.
|
ListImportsResult |
withImports(ImportsListItem... imports)
The list of returned imports.
|
ListImportsResult |
withNextToken(String nextToken)
A token you can use to get the next page of import results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ImportsListItem> getImports()
The list of returned imports.
public void setImports(Collection<ImportsListItem> imports)
The list of returned imports.
imports - The list of returned imports.public ListImportsResult withImports(ImportsListItem... imports)
The list of returned imports.
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 - The list of returned imports.public ListImportsResult withImports(Collection<ImportsListItem> imports)
The list of returned imports.
imports - The list of returned imports.public void setNextToken(String nextToken)
A token you can use to get the next page of import results.
nextToken - A token you can use to get the next page of import results.public String getNextToken()
A token you can use to get the next page of import results.
public ListImportsResult withNextToken(String nextToken)
A token you can use to get the next page of import results.
nextToken - A token you can use to get the next page of import results.public String toString()
toString in class ObjectObject.toString()public ListImportsResult clone()