public class ListThingRegistrationTaskReportsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListThingRegistrationTaskReportsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use to get the next set of results, or null if there
are no additional results.
|
java.lang.String |
getReportType()
The type of task report.
|
java.util.List<java.lang.String> |
getResourceLinks()
Links to the task resources.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use 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(java.lang.String reportType)
The type of task report.
|
void |
setResourceLinks(java.util.Collection<java.lang.String> resourceLinks)
Links to the task resources.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListThingRegistrationTaskReportsResult |
withNextToken(java.lang.String nextToken)
The token to use 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(java.lang.String reportType)
The type of task report.
|
ListThingRegistrationTaskReportsResult |
withResourceLinks(java.util.Collection<java.lang.String> resourceLinks)
Links to the task resources.
|
ListThingRegistrationTaskReportsResult |
withResourceLinks(java.lang.String... resourceLinks)
Links to the task resources.
|
public ListThingRegistrationTaskReportsResult()
public java.util.List<java.lang.String> getResourceLinks()
Links to the task resources.
Links to the task resources.
public void setResourceLinks(java.util.Collection<java.lang.String> resourceLinks)
Links to the task resources.
resourceLinks
- Links to the task resources.
public ListThingRegistrationTaskReportsResult withResourceLinks(java.lang.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(java.util.Collection<java.lang.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 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 ListThingRegistrationTaskReportsResult 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 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 java.lang.String getNextToken()
The token to use to get the next set of results, or null if there are no additional results.
The token to use to get the next set of results, or null if there are no additional results.
public void setNextToken(java.lang.String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken
- The token to use to get the next set of results, or null if there are no additional results.
public ListThingRegistrationTaskReportsResult withNextToken(java.lang.String nextToken)
The token to use 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 to use to get the next set of results, or null if there are no additional results.
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.