@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProxySessionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateProxySessionRequest() |
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)
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()
Capability
public void setCapabilities(Collection<String> capabilities)
capabilities
- Capability
public 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
- Capability
public CreateProxySessionRequest withCapabilities(Collection<String> capabilities)
capabilities
- Capability
public CreateProxySessionRequest withCapabilities(Capability... capabilities)
capabilities
- Capability
public void setNumberSelectionBehavior(String numberSelectionBehavior)
numberSelectionBehavior
- NumberSelectionBehavior
public String getNumberSelectionBehavior()
NumberSelectionBehavior
public CreateProxySessionRequest withNumberSelectionBehavior(String numberSelectionBehavior)
numberSelectionBehavior
- NumberSelectionBehavior
public CreateProxySessionRequest withNumberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
numberSelectionBehavior
- NumberSelectionBehavior
public void setGeoMatchLevel(String geoMatchLevel)
geoMatchLevel
- GeoMatchLevel
public String getGeoMatchLevel()
GeoMatchLevel
public CreateProxySessionRequest withGeoMatchLevel(String geoMatchLevel)
geoMatchLevel
- GeoMatchLevel
public CreateProxySessionRequest withGeoMatchLevel(GeoMatchLevel geoMatchLevel)
geoMatchLevel
- GeoMatchLevel
public void setGeoMatchParams(GeoMatchParams geoMatchParams)
geoMatchParams
- public GeoMatchParams getGeoMatchParams()
public CreateProxySessionRequest withGeoMatchParams(GeoMatchParams geoMatchParams)
geoMatchParams
- public String toString()
toString
in class Object
Object.toString()
public CreateProxySessionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()