public class ListNamedShadowsForThingResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListNamedShadowsForThingResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token for the next set of results, or null if there are no additional
results.
|
java.util.List<java.lang.String> |
getResults()
The list of shadows for the specified thing.
|
java.lang.Long |
getTimestamp()
The Epoch date and time the response was generated by AWS IoT.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results, or null if there are no additional
results.
|
void |
setResults(java.util.Collection<java.lang.String> results)
The list of shadows for the specified thing.
|
void |
setTimestamp(java.lang.Long timestamp)
The Epoch date and time the response was generated by AWS IoT.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListNamedShadowsForThingResult |
withNextToken(java.lang.String nextToken)
The token for the next set of results, or null if there are no additional
results.
|
ListNamedShadowsForThingResult |
withResults(java.util.Collection<java.lang.String> results)
The list of shadows for the specified thing.
|
ListNamedShadowsForThingResult |
withResults(java.lang.String... results)
The list of shadows for the specified thing.
|
ListNamedShadowsForThingResult |
withTimestamp(java.lang.Long timestamp)
The Epoch date and time the response was generated by AWS IoT.
|
public java.util.List<java.lang.String> getResults()
The list of shadows for the specified thing.
The list of shadows for the specified thing.
public void setResults(java.util.Collection<java.lang.String> results)
The list of shadows for the specified thing.
results
- The list of shadows for the specified thing.
public ListNamedShadowsForThingResult withResults(java.lang.String... results)
The list of shadows for the specified thing.
Returns a reference to this object so that method calls can be chained together.
results
- The list of shadows for the specified thing.
public ListNamedShadowsForThingResult withResults(java.util.Collection<java.lang.String> results)
The list of shadows for the specified thing.
Returns a reference to this object so that method calls can be chained together.
results
- The list of shadows for the specified thing.
public java.lang.String getNextToken()
The token for the next set of results, or null if there are no additional results.
The token for the next set of results, or null if there are no additional results.
public void setNextToken(java.lang.String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.
public ListNamedShadowsForThingResult withNextToken(java.lang.String nextToken)
The token for 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 for the next set of results, or null if there are no additional results.
public java.lang.Long getTimestamp()
The Epoch date and time the response was generated by AWS IoT.
The Epoch date and time the response was generated by AWS IoT.
public void setTimestamp(java.lang.Long timestamp)
The Epoch date and time the response was generated by AWS IoT.
timestamp
- The Epoch date and time the response was generated by AWS IoT.
public ListNamedShadowsForThingResult withTimestamp(java.lang.Long timestamp)
The Epoch date and time the response was generated by AWS IoT.
Returns a reference to this object so that method calls can be chained together.
timestamp
- The Epoch date and time the response was generated by AWS IoT.
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.