@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() |
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, 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, withSdkRequestTimeout
public 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.ProxySessionStatus
public String getStatus()
The proxy session status.
ProxySessionStatus
public ListProxySessionsRequest withStatus(String status)
The proxy session status.
status
- The proxy session status.ProxySessionStatus
public ListProxySessionsRequest withStatus(ProxySessionStatus status)
The proxy session status.
status
- The proxy session status.ProxySessionStatus
public 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 Object
Object.toString()
public ListProxySessionsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.