@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLoggingConfigurationIdentifier()
Logging-configuration identifier.
|
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 |
setLoggingConfigurationIdentifier(String loggingConfigurationIdentifier)
Logging-configuration identifier.
|
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 |
withLoggingConfigurationIdentifier(String loggingConfigurationIdentifier)
Logging-configuration identifier.
|
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, 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 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 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 setLoggingConfigurationIdentifier(String loggingConfigurationIdentifier)
Logging-configuration identifier.
loggingConfigurationIdentifier
- Logging-configuration identifier.public String getLoggingConfigurationIdentifier()
Logging-configuration identifier.
public ListRoomsRequest withLoggingConfigurationIdentifier(String loggingConfigurationIdentifier)
Logging-configuration identifier.
loggingConfigurationIdentifier
- Logging-configuration identifier.public String toString()
toString
in class Object
Object.toString()
public ListRoomsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()