@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
- ProxySessionStatus
public String getStatus()
ProxySessionStatus
public ProxySession withStatus(String status)
status
- ProxySessionStatus
public ProxySession withStatus(ProxySessionStatus status)
status
- ProxySessionStatus
public void setExpiryMinutes(Integer expiryMinutes)
expiryMinutes
- public Integer getExpiryMinutes()
public ProxySession withExpiryMinutes(Integer expiryMinutes)
expiryMinutes
- public List<String> getCapabilities()
Capability
public void setCapabilities(Collection<String> capabilities)
capabilities
- Capability
public 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
- Capability
public ProxySession withCapabilities(Collection<String> capabilities)
capabilities
- Capability
public ProxySession withCapabilities(Capability... capabilities)
capabilities
- Capability
public 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
- NumberSelectionBehavior
public String getNumberSelectionBehavior()
NumberSelectionBehavior
public ProxySession withNumberSelectionBehavior(String numberSelectionBehavior)
numberSelectionBehavior
- NumberSelectionBehavior
public ProxySession withNumberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
numberSelectionBehavior
- NumberSelectionBehavior
public void setGeoMatchLevel(String geoMatchLevel)
geoMatchLevel
- GeoMatchLevel
public String getGeoMatchLevel()
GeoMatchLevel
public ProxySession withGeoMatchLevel(String geoMatchLevel)
geoMatchLevel
- GeoMatchLevel
public ProxySession withGeoMatchLevel(GeoMatchLevel geoMatchLevel)
geoMatchLevel
- GeoMatchLevel
public void setGeoMatchParams(GeoMatchParams geoMatchParams)
geoMatchParams
- public GeoMatchParams getGeoMatchParams()
public ProxySession withGeoMatchParams(GeoMatchParams geoMatchParams)
geoMatchParams
- public String toString()
toString
in class Object
Object.toString()
public ProxySession clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.