@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThingRegistrationTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListThingRegistrationTasksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListThingRegistrationTasksRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token used to get the next set of results, or null if there are no additional results.
|
String |
getStatus()
The status of the bulk thing provisioning task.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
void |
setStatus(String status)
The status of the bulk thing provisioning task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListThingRegistrationTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingRegistrationTasksRequest |
withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingRegistrationTasksRequest |
withStatus(Status status)
The status of the bulk thing provisioning task.
|
ListThingRegistrationTasksRequest |
withStatus(String status)
The status of the bulk thing provisioning task.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 String getNextToken()
The token used to get the next set of results, or null if there are no additional results.
public ListThingRegistrationTasksRequest withNextToken(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 void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListThingRegistrationTasksRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public void setStatus(String status)
The status of the bulk thing provisioning task.
status - The status of the bulk thing provisioning task.Statuspublic String getStatus()
The status of the bulk thing provisioning task.
Statuspublic ListThingRegistrationTasksRequest withStatus(String status)
The status of the bulk thing provisioning task.
status - The status of the bulk thing provisioning task.Statuspublic ListThingRegistrationTasksRequest withStatus(Status status)
The status of the bulk thing provisioning task.
status - The status of the bulk thing provisioning task.Statuspublic String toString()
toString in class ObjectObject.toString()public ListThingRegistrationTasksRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.