@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<ImportSummary> |
getImportSummaryList()
A list of
ImportSummary objects. |
String |
getNextToken()
If this value is returned, there are additional results to be displayed.
|
int |
hashCode() |
void |
setImportSummaryList(Collection<ImportSummary> importSummaryList)
A list of
ImportSummary objects. |
void |
setNextToken(String nextToken)
If this value is returned, there are additional results to be displayed.
|
String |
toString()
Returns a string representation of this object.
|
ListImportsResult |
withImportSummaryList(Collection<ImportSummary> importSummaryList)
A list of
ImportSummary objects. |
ListImportsResult |
withImportSummaryList(ImportSummary... importSummaryList)
A list of
ImportSummary objects. |
ListImportsResult |
withNextToken(String nextToken)
If this value is returned, there are additional results to be displayed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImportSummary> getImportSummaryList()
A list of ImportSummary
objects.
ImportSummary
objects.public void setImportSummaryList(Collection<ImportSummary> importSummaryList)
A list of ImportSummary
objects.
importSummaryList
- A list of ImportSummary
objects.public ListImportsResult withImportSummaryList(ImportSummary... importSummaryList)
A list of ImportSummary
objects.
NOTE: This method appends the values to the existing list (if any). Use
setImportSummaryList(java.util.Collection)
or withImportSummaryList(java.util.Collection)
if
you want to override the existing values.
importSummaryList
- A list of ImportSummary
objects.public ListImportsResult withImportSummaryList(Collection<ImportSummary> importSummaryList)
A list of ImportSummary
objects.
importSummaryList
- A list of ImportSummary
objects.public void setNextToken(String nextToken)
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListImports
again, with NextToken
set to this value.
nextToken
- If this value is returned, there are additional results to be displayed. To retrieve them, call
ListImports
again, with NextToken
set to this value.public String getNextToken()
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListImports
again, with NextToken
set to this value.
ListImports
again, with NextToken
set to this value.public ListImportsResult withNextToken(String nextToken)
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListImports
again, with NextToken
set to this value.
nextToken
- If this value is returned, there are additional results to be displayed. To retrieve them, call
ListImports
again, with NextToken
set to this value.public String toString()
toString
in class Object
Object.toString()
public ListImportsResult clone()