@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token to retrieve the next set of 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 to retrieve the next set of results.
|
void |
setStatus(String status)
The status of the bulk thing provisioning task.
|
String |
toString()
Returns a string representation of this object.
|
ListThingRegistrationTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingRegistrationTasksRequest |
withNextToken(String nextToken)
The token to retrieve the next set of 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, 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 to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListThingRegistrationTasksRequest withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.