@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSmartHomeAppliancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSmartHomeAppliancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSmartHomeAppliancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of appliances to be returned, per paginated calls.
|
String |
getNextToken()
The tokens used for pagination.
|
String |
getRoomArn()
The room that the appliances are associated with.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of appliances to be returned, per paginated calls.
|
void |
setNextToken(String nextToken)
The tokens used for pagination.
|
void |
setRoomArn(String roomArn)
The room that the appliances are associated with.
|
String |
toString()
Returns a string representation of this object.
|
ListSmartHomeAppliancesRequest |
withMaxResults(Integer maxResults)
The maximum number of appliances to be returned, per paginated calls.
|
ListSmartHomeAppliancesRequest |
withNextToken(String nextToken)
The tokens used for pagination.
|
ListSmartHomeAppliancesRequest |
withRoomArn(String roomArn)
The room that the appliances are associated with.
|
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, withSdkRequestTimeoutpublic void setRoomArn(String roomArn)
The room that the appliances are associated with.
roomArn - The room that the appliances are associated with.public String getRoomArn()
The room that the appliances are associated with.
public ListSmartHomeAppliancesRequest withRoomArn(String roomArn)
The room that the appliances are associated with.
roomArn - The room that the appliances are associated with.public void setMaxResults(Integer maxResults)
The maximum number of appliances to be returned, per paginated calls.
maxResults - The maximum number of appliances to be returned, per paginated calls.public Integer getMaxResults()
The maximum number of appliances to be returned, per paginated calls.
public ListSmartHomeAppliancesRequest withMaxResults(Integer maxResults)
The maximum number of appliances to be returned, per paginated calls.
maxResults - The maximum number of appliances to be returned, per paginated calls.public void setNextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.public String getNextToken()
The tokens used for pagination.
public ListSmartHomeAppliancesRequest withNextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.public String toString()
toString in class ObjectObject.toString()public ListSmartHomeAppliancesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()