@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThingRegistrationTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListThingRegistrationTasksResult() |
Modifier and Type | Method and Description |
---|---|
ListThingRegistrationTasksResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use 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 to use 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.
|
ListThingRegistrationTasksResult |
withNextToken(String nextToken)
The token to use 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getTaskIds()
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.
NOTE: This method appends the values to the existing list (if any). Use
setTaskIds(java.util.Collection)
or withTaskIds(java.util.Collection)
if you want to override
the existing values.
taskIds
- A list of bulk thing provisioning task IDs.public ListThingRegistrationTasksResult withTaskIds(Collection<String> taskIds)
A list of bulk thing provisioning task IDs.
taskIds
- A list of bulk thing provisioning task IDs.public void setNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
public ListThingRegistrationTasksResult withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListThingRegistrationTasksResult clone()