@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNamedShadowsForThingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNamedShadowsForThingRequest() |
Modifier and Type | Method and Description |
---|---|
ListNamedShadowsForThingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
The token to retrieve the next set of results.
|
Integer |
getPageSize()
The result page size.
|
String |
getThingName()
The name of the thing.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
void |
setPageSize(Integer pageSize)
The result page size.
|
void |
setThingName(String thingName)
The name of the thing.
|
String |
toString()
Returns a string representation of this object.
|
ListNamedShadowsForThingRequest |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
ListNamedShadowsForThingRequest |
withPageSize(Integer pageSize)
The result page size.
|
ListNamedShadowsForThingRequest |
withThingName(String thingName)
The name of the thing.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setThingName(String thingName)
The name of the thing.
thingName
- The name of the thing.public String getThingName()
The name of the thing.
public ListNamedShadowsForThingRequest withThingName(String thingName)
The name of the thing.
thingName
- The name of the thing.public 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 ListNamedShadowsForThingRequest withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public void setPageSize(Integer pageSize)
The result page size.
pageSize
- The result page size.public Integer getPageSize()
The result page size.
public ListNamedShadowsForThingRequest withPageSize(Integer pageSize)
The result page size.
pageSize
- The result page size.public String toString()
toString
in class Object
Object.toString()
public ListNamedShadowsForThingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()