@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFuotaTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFuotaTasksResult() |
Modifier and Type | Method and Description |
---|---|
ListFuotaTasksResult |
clone() |
boolean |
equals(Object obj) |
List<FuotaTask> |
getFuotaTaskList() |
String |
getNextToken()
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
int |
hashCode() |
void |
setFuotaTaskList(Collection<FuotaTask> fuotaTaskList) |
void |
setNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
String |
toString()
Returns a string representation of this object.
|
ListFuotaTasksResult |
withFuotaTaskList(Collection<FuotaTask> fuotaTaskList) |
ListFuotaTasksResult |
withFuotaTaskList(FuotaTask... fuotaTaskList)
NOTE: This method appends the values to the existing list (if any).
|
ListFuotaTasksResult |
withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public String getNextToken()
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
value from a previous response; otherwise
null to receive the first set of results.public ListFuotaTasksResult withNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public void setFuotaTaskList(Collection<FuotaTask> fuotaTaskList)
fuotaTaskList
- public ListFuotaTasksResult withFuotaTaskList(FuotaTask... fuotaTaskList)
NOTE: This method appends the values to the existing list (if any). Use
setFuotaTaskList(java.util.Collection)
or withFuotaTaskList(java.util.Collection)
if you want
to override the existing values.
fuotaTaskList
- public ListFuotaTasksResult withFuotaTaskList(Collection<FuotaTask> fuotaTaskList)
fuotaTaskList
- public String toString()
toString
in class Object
Object.toString()
public ListFuotaTasksResult clone()