@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProxySessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateProxySessionRequest() |
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 setVoiceConnectorId(String voiceConnectorId)
voiceConnectorId - public String getVoiceConnectorId()
public CreateProxySessionRequest withVoiceConnectorId(String voiceConnectorId)
voiceConnectorId - public void setParticipantPhoneNumbers(Collection<String> participantPhoneNumbers)
participantPhoneNumbers - public CreateProxySessionRequest withParticipantPhoneNumbers(String... participantPhoneNumbers)
NOTE: This method appends the values to the existing list (if any). Use
setParticipantPhoneNumbers(java.util.Collection) or
withParticipantPhoneNumbers(java.util.Collection) if you want to override the existing values.
participantPhoneNumbers - public CreateProxySessionRequest withParticipantPhoneNumbers(Collection<String> participantPhoneNumbers)
participantPhoneNumbers - public void setName(String name)
name - public String getName()
public CreateProxySessionRequest withName(String name)
name - public void setExpiryMinutes(Integer expiryMinutes)
expiryMinutes - public Integer getExpiryMinutes()
public CreateProxySessionRequest withExpiryMinutes(Integer expiryMinutes)
expiryMinutes - public List<String> getCapabilities()
Capabilitypublic void setCapabilities(Collection<String> capabilities)
capabilities - Capabilitypublic CreateProxySessionRequest withCapabilities(String... capabilities)
NOTE: This method appends the values to the existing list (if any). Use
setCapabilities(java.util.Collection) or withCapabilities(java.util.Collection) if you want to
override the existing values.
capabilities - Capabilitypublic CreateProxySessionRequest withCapabilities(Collection<String> capabilities)
capabilities - Capabilitypublic CreateProxySessionRequest withCapabilities(Capability... capabilities)
capabilities - Capabilitypublic void setNumberSelectionBehavior(String numberSelectionBehavior)
numberSelectionBehavior - NumberSelectionBehaviorpublic String getNumberSelectionBehavior()
NumberSelectionBehaviorpublic CreateProxySessionRequest withNumberSelectionBehavior(String numberSelectionBehavior)
numberSelectionBehavior - NumberSelectionBehaviorpublic CreateProxySessionRequest withNumberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
numberSelectionBehavior - NumberSelectionBehaviorpublic void setGeoMatchLevel(String geoMatchLevel)
geoMatchLevel - GeoMatchLevelpublic String getGeoMatchLevel()
GeoMatchLevelpublic CreateProxySessionRequest withGeoMatchLevel(String geoMatchLevel)
geoMatchLevel - GeoMatchLevelpublic CreateProxySessionRequest withGeoMatchLevel(GeoMatchLevel geoMatchLevel)
geoMatchLevel - GeoMatchLevelpublic void setGeoMatchParams(GeoMatchParams geoMatchParams)
geoMatchParams - public GeoMatchParams getGeoMatchParams()
public CreateProxySessionRequest withGeoMatchParams(GeoMatchParams geoMatchParams)
geoMatchParams - public String toString()
toString in class ObjectObject.toString()public CreateProxySessionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.