@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListThingRegistrationTaskReportsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListThingRegistrationTaskReportsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListThingRegistrationTaskReportsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to retrieve the next set of results.
|
String |
getReportType()
The type of task report.
|
List<String> |
getResourceLinks()
Links to the task resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
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 to retrieve the next set of 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListThingRegistrationTaskReportsResult()
public List<String> getResourceLinks()
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.
NOTE: This method appends the values to the existing list (if any). Use
setResourceLinks(java.util.Collection) or withResourceLinks(java.util.Collection) if you want
to override the existing values.
resourceLinks - Links to the task resources.public ListThingRegistrationTaskReportsResult withResourceLinks(Collection<String> resourceLinks)
Links to the task resources.
resourceLinks - Links to the task resources.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 ListThingRegistrationTaskReportsResult withReportType(String reportType)
The type of task report.
reportType - The type of task report.ReportTypepublic ListThingRegistrationTaskReportsResult 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 ListThingRegistrationTaskReportsResult withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListThingRegistrationTaskReportsResult clone()
Copyright © 2018. All rights reserved.