@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProxySession extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ProxySession() |
public void setVoiceConnectorId(String voiceConnectorId)
voiceConnectorId - public String getVoiceConnectorId()
public ProxySession withVoiceConnectorId(String voiceConnectorId)
voiceConnectorId - public void setProxySessionId(String proxySessionId)
proxySessionId - public String getProxySessionId()
public ProxySession withProxySessionId(String proxySessionId)
proxySessionId - public void setName(String name)
name - public String getName()
public ProxySession withName(String name)
name - public void setStatus(String status)
status - ProxySessionStatuspublic String getStatus()
ProxySessionStatuspublic ProxySession withStatus(String status)
status - ProxySessionStatuspublic ProxySession withStatus(ProxySessionStatus status)
status - ProxySessionStatuspublic void setExpiryMinutes(Integer expiryMinutes)
expiryMinutes - public Integer getExpiryMinutes()
public ProxySession withExpiryMinutes(Integer expiryMinutes)
expiryMinutes - public List<String> getCapabilities()
Capabilitypublic void setCapabilities(Collection<String> capabilities)
capabilities - Capabilitypublic ProxySession 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 ProxySession withCapabilities(Collection<String> capabilities)
capabilities - Capabilitypublic ProxySession withCapabilities(Capability... capabilities)
capabilities - Capabilitypublic void setCreatedTimestamp(Date createdTimestamp)
createdTimestamp - public Date getCreatedTimestamp()
public ProxySession withCreatedTimestamp(Date createdTimestamp)
createdTimestamp - public void setUpdatedTimestamp(Date updatedTimestamp)
updatedTimestamp - public Date getUpdatedTimestamp()
public ProxySession withUpdatedTimestamp(Date updatedTimestamp)
updatedTimestamp - public void setEndedTimestamp(Date endedTimestamp)
endedTimestamp - public Date getEndedTimestamp()
public ProxySession withEndedTimestamp(Date endedTimestamp)
endedTimestamp - public List<Participant> getParticipants()
public void setParticipants(Collection<Participant> participants)
participants - public ProxySession withParticipants(Participant... participants)
NOTE: This method appends the values to the existing list (if any). Use
setParticipants(java.util.Collection) or withParticipants(java.util.Collection) if you want to
override the existing values.
participants - public ProxySession withParticipants(Collection<Participant> participants)
participants - public void setNumberSelectionBehavior(String numberSelectionBehavior)
numberSelectionBehavior - NumberSelectionBehaviorpublic String getNumberSelectionBehavior()
NumberSelectionBehaviorpublic ProxySession withNumberSelectionBehavior(String numberSelectionBehavior)
numberSelectionBehavior - NumberSelectionBehaviorpublic ProxySession withNumberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
numberSelectionBehavior - NumberSelectionBehaviorpublic void setGeoMatchLevel(String geoMatchLevel)
geoMatchLevel - GeoMatchLevelpublic String getGeoMatchLevel()
GeoMatchLevelpublic ProxySession withGeoMatchLevel(String geoMatchLevel)
geoMatchLevel - GeoMatchLevelpublic ProxySession withGeoMatchLevel(GeoMatchLevel geoMatchLevel)
geoMatchLevel - GeoMatchLevelpublic void setGeoMatchParams(GeoMatchParams geoMatchParams)
geoMatchParams - public GeoMatchParams getGeoMatchParams()
public ProxySession withGeoMatchParams(GeoMatchParams geoMatchParams)
geoMatchParams - public String toString()
toString in class ObjectObject.toString()public ProxySession clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.