@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaConcurrency extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.
Constructor and Description |
---|
MediaConcurrency() |
Modifier and Type | Method and Description |
---|---|
MediaConcurrency |
clone() |
boolean |
equals(Object obj) |
String |
getChannel()
The channels that agents can handle in the Contact Control Panel (CCP).
|
Integer |
getConcurrency()
The number of contacts an agent can have on a channel simultaneously.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
void |
setConcurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
|
String |
toString()
Returns a string representation of this object.
|
MediaConcurrency |
withChannel(Channel channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
MediaConcurrency |
withChannel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
MediaConcurrency |
withConcurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
|
public void setChannel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
channel
- The channels that agents can handle in the Contact Control Panel (CCP).Channel
public String getChannel()
The channels that agents can handle in the Contact Control Panel (CCP).
Channel
public MediaConcurrency withChannel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
channel
- The channels that agents can handle in the Contact Control Panel (CCP).Channel
public MediaConcurrency withChannel(Channel channel)
The channels that agents can handle in the Contact Control Panel (CCP).
channel
- The channels that agents can handle in the Contact Control Panel (CCP).Channel
public void setConcurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
concurrency
- The number of contacts an agent can have on a channel simultaneously.public Integer getConcurrency()
The number of contacts an agent can have on a channel simultaneously.
public MediaConcurrency withConcurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
concurrency
- The number of contacts an agent can have on a channel simultaneously.public String toString()
toString
in class Object
Object.toString()
public MediaConcurrency clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.