@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProxySessionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListProxySessionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListProxySessionsRequest |
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 results to return in a single call.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
String |
getStatus()
The proxy session status.
|
String |
getVoiceConnectorId()
The Amazon Chime voice connector ID.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setStatus(String status)
The proxy session status.
|
void |
setVoiceConnectorId(String voiceConnectorId)
The Amazon Chime voice connector ID.
|
String |
toString()
Returns a string representation of this object.
|
ListProxySessionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListProxySessionsRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListProxySessionsRequest |
withStatus(ProxySessionStatus status)
The proxy session status.
|
ListProxySessionsRequest |
withStatus(String status)
The proxy session status.
|
ListProxySessionsRequest |
withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime voice connector ID.
|
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 setVoiceConnectorId(String voiceConnectorId)
The Amazon Chime voice connector ID.
voiceConnectorId - The Amazon Chime voice connector ID.public String getVoiceConnectorId()
The Amazon Chime voice connector ID.
public ListProxySessionsRequest withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime voice connector ID.
voiceConnectorId - The Amazon Chime voice connector ID.public void setStatus(String status)
The proxy session status.
status - The proxy session status.ProxySessionStatuspublic String getStatus()
The proxy session status.
ProxySessionStatuspublic ListProxySessionsRequest withStatus(String status)
The proxy session status.
status - The proxy session status.ProxySessionStatuspublic ListProxySessionsRequest withStatus(ProxySessionStatus status)
The proxy session status.
status - The proxy session status.ProxySessionStatuspublic void setNextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.public String getNextToken()
The token to use to retrieve the next page of results.
public ListProxySessionsRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListProxySessionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.public String toString()
toString in class ObjectObject.toString()public ListProxySessionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()