public class ListThingRegistrationTaskReportsResult extends Object implements Serializable
Constructor and Description |
---|
ListThingRegistrationTaskReportsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
The token used to get the next set of results, or null if there
are no additional results.
|
String |
getReportType()
The type of task report.
|
List<String> |
getResourceLinks()
Links to the task resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token used to get the next set of results, or null if there
are no additional results.
|
void |
setReportType(ReportType reportType)
The type of task report.
|
void |
setReportType(String reportType)
The type of task report.
|
void |
setResourceLinks(Collection<String> resourceLinks)
Links to the task resources.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingRegistrationTaskReportsResult |
withNextToken(String nextToken)
The token used to get the next set of results, or null if there
are no additional results.
|
ListThingRegistrationTaskReportsResult |
withReportType(ReportType reportType)
The type of task report.
|
ListThingRegistrationTaskReportsResult |
withReportType(String reportType)
The type of task report.
|
ListThingRegistrationTaskReportsResult |
withResourceLinks(Collection<String> resourceLinks)
Links to the task resources.
|
ListThingRegistrationTaskReportsResult |
withResourceLinks(String... resourceLinks)
Links to the task resources.
|
public ListThingRegistrationTaskReportsResult()
public List<String> getResourceLinks()
Links to the task resources.
Links to the task resources.
public void setResourceLinks(Collection<String> resourceLinks)
Links to the task resources.
resourceLinks
- Links to the task resources.
public ListThingRegistrationTaskReportsResult withResourceLinks(String... resourceLinks)
Links to the task resources.
Returns a reference to this object so that method calls can be chained together.
resourceLinks
- Links to the task resources.
public ListThingRegistrationTaskReportsResult withResourceLinks(Collection<String> resourceLinks)
Links to the task resources.
Returns a reference to this object so that method calls can be chained together.
resourceLinks
- Links to the task resources.
public String getReportType()
The type of task report.
Constraints:
Allowed Values: ERRORS, RESULTS
The type of task report.
ReportType
public void setReportType(String reportType)
The type of task report.
Constraints:
Allowed Values: ERRORS, RESULTS
reportType
- The type of task report.
ReportType
public ListThingRegistrationTaskReportsResult withReportType(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 ListThingRegistrationTaskReportsResult 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 String getNextToken()
The token used to get the next set of results, or null if there are no additional results.
The token used to get the next set of results, or null if there are no additional results.
public void setNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken
- The token used to get the next set of results, or null if there are no additional results.
public ListThingRegistrationTaskReportsResult withNextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token used to get the next set of results, or null if there are no additional results.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.