@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImportFileTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListImportFileTaskResult() |
Modifier and Type | Method and Description |
---|---|
ListImportFileTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token you use to retrieve the next set of results, or null if there are no more results.
|
List<ImportFileTaskInformation> |
getTaskInfos()
Lists information about the files you import.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
void |
setTaskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
|
String |
toString()
Returns a string representation of this object.
|
ListImportFileTaskResult |
withNextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
ListImportFileTaskResult |
withTaskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
|
ListImportFileTaskResult |
withTaskInfos(ImportFileTaskInformation... taskInfos)
Lists information about the files you import.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
nextToken
- The token you use to retrieve the next set of results, or null if there are no more results.public String getNextToken()
The token you use to retrieve the next set of results, or null if there are no more results.
public ListImportFileTaskResult withNextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
nextToken
- The token you use to retrieve the next set of results, or null if there are no more results.public List<ImportFileTaskInformation> getTaskInfos()
Lists information about the files you import.
public void setTaskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
taskInfos
- Lists information about the files you import.public ListImportFileTaskResult withTaskInfos(ImportFileTaskInformation... taskInfos)
Lists information about the files you import.
NOTE: This method appends the values to the existing list (if any). Use
setTaskInfos(java.util.Collection)
or withTaskInfos(java.util.Collection)
if you want to
override the existing values.
taskInfos
- Lists information about the files you import.public ListImportFileTaskResult withTaskInfos(Collection<ImportFileTaskInformation> taskInfos)
Lists information about the files you import.
taskInfos
- Lists information about the files you import.public String toString()
toString
in class Object
Object.toString()
public ListImportFileTaskResult clone()