@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()
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first 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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first 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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first 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, withSdkRequestTimeout
public 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.ReportType
public String getReportType()
The type of task report.
ReportType
public ListThingRegistrationTaskReportsRequest withReportType(String reportType)
The type of task report.
reportType
- The type of task report.ReportType
public ListThingRegistrationTaskReportsRequest withReportType(ReportType reportType)
The type of task report.
reportType
- The type of task report.ReportType
public void setNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.public String getNextToken()
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
value from a previous response; otherwise
null to receive the first set of results.public ListThingRegistrationTaskReportsRequest withNextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first 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 Object
Object.toString()
public ListThingRegistrationTaskReportsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()