@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParticipantCapabilities extends Object implements Serializable, Cloneable, StructuredPojo
The configuration for the allowed capabilities for participants present over the call.
| Constructor and Description |
|---|
ParticipantCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
ParticipantCapabilities |
clone() |
boolean |
equals(Object obj) |
String |
getVideo()
The configuration having the video sharing capabilities for participants over the call.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVideo(String video)
The configuration having the video sharing capabilities for participants over the call.
|
String |
toString()
Returns a string representation of this object.
|
ParticipantCapabilities |
withVideo(String video)
The configuration having the video sharing capabilities for participants over the call.
|
ParticipantCapabilities |
withVideo(VideoCapability video)
The configuration having the video sharing capabilities for participants over the call.
|
public void setVideo(String video)
The configuration having the video sharing capabilities for participants over the call.
video - The configuration having the video sharing capabilities for participants over the call.VideoCapabilitypublic String getVideo()
The configuration having the video sharing capabilities for participants over the call.
VideoCapabilitypublic ParticipantCapabilities withVideo(String video)
The configuration having the video sharing capabilities for participants over the call.
video - The configuration having the video sharing capabilities for participants over the call.VideoCapabilitypublic ParticipantCapabilities withVideo(VideoCapability video)
The configuration having the video sharing capabilities for participants over the call.
video - The configuration having the video sharing capabilities for participants over the call.VideoCapabilitypublic String toString()
toString in class ObjectObject.toString()public ParticipantCapabilities clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.