public class ListThingRegistrationTaskReportsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Information about the thing registration tasks.
Constructor and Description |
---|
ListThingRegistrationTaskReportsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of results to return per request.
|
java.lang.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. |
java.lang.String |
getReportType()
The type of task report.
|
java.lang.String |
getTaskId()
The id of the task.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
|
void |
setNextToken(java.lang.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(ReportType reportType)
The type of task report.
|
void |
setReportType(java.lang.String reportType)
The type of task report.
|
void |
setTaskId(java.lang.String taskId)
The id of the task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingRegistrationTaskReportsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
|
ListThingRegistrationTaskReportsRequest |
withNextToken(java.lang.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(java.lang.String reportType)
The type of task report.
|
ListThingRegistrationTaskReportsRequest |
withTaskId(java.lang.String taskId)
The id of the task.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ListThingRegistrationTaskReportsRequest()
public java.lang.String getTaskId()
The id of the task.
Constraints:
Length: - 40
The id of the task.
public void setTaskId(java.lang.String taskId)
The id of the task.
Constraints:
Length: - 40
taskId
- The id of the task.
public ListThingRegistrationTaskReportsRequest withTaskId(java.lang.String taskId)
The id of the task.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 40
taskId
- The id of the task.
public java.lang.String getReportType()
The type of task report.
Constraints:
Allowed Values: ERRORS, RESULTS
The type of task report.
ReportType
public void setReportType(java.lang.String reportType)
The type of task report.
Constraints:
Allowed Values: ERRORS, RESULTS
reportType
- The type of task report.
ReportType
public ListThingRegistrationTaskReportsRequest withReportType(java.lang.String reportType)
The type of task report.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ERRORS, RESULTS
reportType
- The type of task report.
ReportType
public void setReportType(ReportType reportType)
The type of task report.
Constraints:
Allowed Values: ERRORS, RESULTS
reportType
- The type of task report.
ReportType
public ListThingRegistrationTaskReportsRequest withReportType(ReportType reportType)
The type of task report.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ERRORS, RESULTS
reportType
- The type of task report.
ReportType
public java.lang.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.
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 setNextToken(java.lang.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 ListThingRegistrationTaskReportsRequest withNextToken(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.Integer getMaxResults()
The maximum number of results to return per request.
Constraints:
Range: 1 - 250
The maximum number of results to return per request.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return per request.
public ListThingRegistrationTaskReportsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return per request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return per request.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.