@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllowedCapabilities extends Object implements Serializable, Cloneable, StructuredPojo
Information about the capabilities enabled for participants of the contact.
Constructor and Description |
---|
AllowedCapabilities() |
Modifier and Type | Method and Description |
---|---|
AllowedCapabilities |
clone() |
boolean |
equals(Object obj) |
ParticipantCapabilities |
getAgent()
Information about the agent's video sharing capabilities.
|
ParticipantCapabilities |
getCustomer()
Information about the customer's video sharing capabilities.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAgent(ParticipantCapabilities agent)
Information about the agent's video sharing capabilities.
|
void |
setCustomer(ParticipantCapabilities customer)
Information about the customer's video sharing capabilities.
|
String |
toString()
Returns a string representation of this object.
|
AllowedCapabilities |
withAgent(ParticipantCapabilities agent)
Information about the agent's video sharing capabilities.
|
AllowedCapabilities |
withCustomer(ParticipantCapabilities customer)
Information about the customer's video sharing capabilities.
|
public void setCustomer(ParticipantCapabilities customer)
Information about the customer's video sharing capabilities.
customer
- Information about the customer's video sharing capabilities.public ParticipantCapabilities getCustomer()
Information about the customer's video sharing capabilities.
public AllowedCapabilities withCustomer(ParticipantCapabilities customer)
Information about the customer's video sharing capabilities.
customer
- Information about the customer's video sharing capabilities.public void setAgent(ParticipantCapabilities agent)
Information about the agent's video sharing capabilities.
agent
- Information about the agent's video sharing capabilities.public ParticipantCapabilities getAgent()
Information about the agent's video sharing capabilities.
public AllowedCapabilities withAgent(ParticipantCapabilities agent)
Information about the agent's video sharing capabilities.
agent
- Information about the agent's video sharing capabilities.public String toString()
toString
in class Object
Object.toString()
public AllowedCapabilities clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.