@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 used to retrieve the next page of results.
|
String |
getStatus()
The proxy session status.
|
String |
getVoiceConnectorId()
The 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 used to retrieve the next page of results.
|
void |
setStatus(String status)
The proxy session status.
|
void |
setVoiceConnectorId(String voiceConnectorId)
The 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 used 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 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, withSdkRequestTimeout
public void setVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId
- The Voice Connector ID.public String getVoiceConnectorId()
The Voice Connector ID.
public ListProxySessionsRequest withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId
- The 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 used to retrieve the next page of results.
nextToken
- The token used to retrieve the next page of results.public String getNextToken()
The token used to retrieve the next page of results.
public ListProxySessionsRequest withNextToken(String nextToken)
The token used to retrieve the next page of results.
nextToken
- The token used 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()