public class ListThingRegistrationTasksResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListThingRegistrationTasksResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use to get the next set of results, or null if there
are no additional results.
|
java.util.List<java.lang.String> |
getTaskIds()
A list of bulk thing provisioning task IDs.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there
are no additional results.
|
void |
setTaskIds(java.util.Collection<java.lang.String> taskIds)
A list of bulk thing provisioning task IDs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingRegistrationTasksResult |
withNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there
are no additional results.
|
ListThingRegistrationTasksResult |
withTaskIds(java.util.Collection<java.lang.String> taskIds)
A list of bulk thing provisioning task IDs.
|
ListThingRegistrationTasksResult |
withTaskIds(java.lang.String... taskIds)
A list of bulk thing provisioning task IDs.
|
public java.util.List<java.lang.String> getTaskIds()
A list of bulk thing provisioning task IDs.
A list of bulk thing provisioning task IDs.
public void setTaskIds(java.util.Collection<java.lang.String> taskIds)
A list of bulk thing provisioning task IDs.
taskIds
- A list of bulk thing provisioning task IDs.
public ListThingRegistrationTasksResult withTaskIds(java.lang.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(java.util.Collection<java.lang.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 java.lang.String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
The token to use to get the next set of results, or null if there are no additional results.
public void setNextToken(java.lang.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 ListThingRegistrationTasksResult withNextToken(java.lang.String nextToken)
The token to use 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 to use to get the next set of results, or null if there are no additional results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.