public class ListThingRegistrationTasksResult extends Object implements Serializable
Constructor and Description |
---|
ListThingRegistrationTasksResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
The token used to get the next set of results, or null if there
are no additional results.
|
List<String> |
getTaskIds()
A list of bulk thing provisioning task IDs.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token used to get the next set of results, or null if there
are no additional results.
|
void |
setTaskIds(Collection<String> taskIds)
A list of bulk thing provisioning task IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingRegistrationTasksResult |
withNextToken(String nextToken)
The token used to get the next set of results, or null if there
are no additional results.
|
ListThingRegistrationTasksResult |
withTaskIds(Collection<String> taskIds)
A list of bulk thing provisioning task IDs.
|
ListThingRegistrationTasksResult |
withTaskIds(String... taskIds)
A list of bulk thing provisioning task IDs.
|
public List<String> getTaskIds()
A list of bulk thing provisioning task IDs.
A list of bulk thing provisioning task IDs.
public void setTaskIds(Collection<String> taskIds)
A list of bulk thing provisioning task IDs.
taskIds
- A list of bulk thing provisioning task IDs.
public ListThingRegistrationTasksResult withTaskIds(String... taskIds)
A list of bulk thing provisioning task IDs.
Returns a reference to this object so that method calls can be chained together.
taskIds
- A list of bulk thing provisioning task IDs.
public ListThingRegistrationTasksResult withTaskIds(Collection<String> taskIds)
A list of bulk thing provisioning task IDs.
Returns a reference to this object so that method calls can be chained together.
taskIds
- A list of bulk thing provisioning task IDs.
public String getNextToken()
The token used to get the next set of results, or null if there are no additional results.
The token used to get the next set of results, or null if there are no additional results.
public void setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken
- The token used to get the next set of results, or null if there are no additional results.
public ListThingRegistrationTasksResult withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token used to get the next set of results, or null if there are no additional results.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.