@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThingRegistrationTaskReportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListThingRegistrationTaskReportsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListThingRegistrationTaskReportsRequest |
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 per request.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
String |
getReportType()
The type of task report.
|
String |
getTaskId()
The id of the task.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
void |
setReportType(String reportType)
The type of task report.
|
void |
setTaskId(String taskId)
The id of the task.
|
String |
toString()
Returns a string representation of this object.
|
ListThingRegistrationTaskReportsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListThingRegistrationTaskReportsRequest |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingRegistrationTaskReportsRequest |
withReportType(ReportType reportType)
The type of task report.
|
ListThingRegistrationTaskReportsRequest |
withReportType(String reportType)
The type of task report.
|
ListThingRegistrationTaskReportsRequest |
withTaskId(String taskId)
The id of the 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 ListThingRegistrationTaskReportsRequest()
public void setTaskId(String taskId)
The id of the task.
taskId - The id of the task.public String getTaskId()
The id of the task.
public ListThingRegistrationTaskReportsRequest withTaskId(String taskId)
The id of the task.
taskId - The id of the task.public void setReportType(String reportType)
The type of task report.
reportType - The type of task report.ReportTypepublic String getReportType()
The type of task report.
ReportTypepublic ListThingRegistrationTaskReportsRequest withReportType(String reportType)
The type of task report.
reportType - The type of task report.ReportTypepublic ListThingRegistrationTaskReportsRequest withReportType(ReportType reportType)
The type of task report.
reportType - The type of task report.ReportTypepublic 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 ListThingRegistrationTaskReportsRequest 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 per request.
maxResults - The maximum number of results to return per request.public Integer getMaxResults()
The maximum number of results to return per request.
public ListThingRegistrationTaskReportsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per request.
maxResults - The maximum number of results to return per request.public String toString()
toString in class ObjectObject.toString()public ListThingRegistrationTaskReportsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.