public class ListNamedShadowsForThingRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the shadows for the specified thing.
| Constructor and Description |
|---|
ListNamedShadowsForThingRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to retrieve the next set of results.
|
java.lang.Integer |
getPageSize()
The result page size.
|
java.lang.String |
getThingName()
The name of the thing.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
|
void |
setPageSize(java.lang.Integer pageSize)
The result page size.
|
void |
setThingName(java.lang.String thingName)
The name of the thing.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListNamedShadowsForThingRequest |
withNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
|
ListNamedShadowsForThingRequest |
withPageSize(java.lang.Integer pageSize)
The result page size.
|
ListNamedShadowsForThingRequest |
withThingName(java.lang.String thingName)
The name of the thing.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getThingName()
The name of the thing.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the thing.
public void setThingName(java.lang.String thingName)
The name of the thing.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingName - The name of the thing.
public ListNamedShadowsForThingRequest withThingName(java.lang.String thingName)
The name of the thing.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
thingName - The name of the thing.
public java.lang.String getNextToken()
The token to retrieve the next set of results.
The token to retrieve the next set of results.
public void setNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.
public ListNamedShadowsForThingRequest withNextToken(java.lang.String nextToken)
The token to retrieve the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - The token to retrieve the next set of results.
public java.lang.Integer getPageSize()
The result page size.
Constraints:
Range: 1 - 100
The result page size.
public void setPageSize(java.lang.Integer pageSize)
The result page size.
Constraints:
Range: 1 - 100
pageSize - The result page size.
public ListNamedShadowsForThingRequest withPageSize(java.lang.Integer pageSize)
The result page size.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
pageSize - The result page size.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.