@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRoomsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRoomsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRoomsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of rooms to return.
|
String |
getMessageReviewHandlerUri()
Filters the list to match the specified message review handler URI.
|
String |
getName()
Filters the list to match the specified room name.
|
String |
getNextToken()
The first room to retrieve.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of rooms to return.
|
void |
setMessageReviewHandlerUri(String messageReviewHandlerUri)
Filters the list to match the specified message review handler URI.
|
void |
setName(String name)
Filters the list to match the specified room name.
|
void |
setNextToken(String nextToken)
The first room to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListRoomsRequest |
withMaxResults(Integer maxResults)
Maximum number of rooms to return.
|
ListRoomsRequest |
withMessageReviewHandlerUri(String messageReviewHandlerUri)
Filters the list to match the specified message review handler URI.
|
ListRoomsRequest |
withName(String name)
Filters the list to match the specified room name.
|
ListRoomsRequest |
withNextToken(String nextToken)
The first room to retrieve.
|
addHandlerContext, copyBaseTo, 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 setMaxResults(Integer maxResults)
Maximum number of rooms to return. Default: 50.
maxResults - Maximum number of rooms to return. Default: 50.public Integer getMaxResults()
Maximum number of rooms to return. Default: 50.
public ListRoomsRequest withMaxResults(Integer maxResults)
Maximum number of rooms to return. Default: 50.
maxResults - Maximum number of rooms to return. Default: 50.public void setMessageReviewHandlerUri(String messageReviewHandlerUri)
Filters the list to match the specified message review handler URI.
messageReviewHandlerUri - Filters the list to match the specified message review handler URI.public String getMessageReviewHandlerUri()
Filters the list to match the specified message review handler URI.
public ListRoomsRequest withMessageReviewHandlerUri(String messageReviewHandlerUri)
Filters the list to match the specified message review handler URI.
messageReviewHandlerUri - Filters the list to match the specified message review handler URI.public void setName(String name)
Filters the list to match the specified room name.
name - Filters the list to match the specified room name.public String getName()
Filters the list to match the specified room name.
public ListRoomsRequest withName(String name)
Filters the list to match the specified room name.
name - Filters the list to match the specified room name.public void setNextToken(String nextToken)
The first room to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first room to retrieve. This is used for pagination; see the nextToken response field.public String getNextToken()
The first room to retrieve. This is used for pagination; see the nextToken response field.
nextToken response field.public ListRoomsRequest withNextToken(String nextToken)
The first room to retrieve. This is used for pagination; see the nextToken response field.
nextToken - The first room to retrieve. This is used for pagination; see the nextToken response field.public String toString()
toString in class ObjectObject.toString()public ListRoomsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.