@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, withSdkRequestTimeout
public 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.Status
public String getStatus()
The status of the bulk thing provisioning task.
Status
public ListThingRegistrationTasksRequest withStatus(String status)
The status of the bulk thing provisioning task.
status
- The status of the bulk thing provisioning task.Status
public ListThingRegistrationTasksRequest withStatus(Status status)
The status of the bulk thing provisioning task.
status
- The status of the bulk thing provisioning task.Status
public String toString()
toString
in class Object
Object.toString()
public ListThingRegistrationTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.