@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.VideoCapability
public String getVideo()
The configuration having the video sharing capabilities for participants over the call.
VideoCapability
public 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.VideoCapability
public 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.VideoCapability
public String toString()
toString
in class Object
Object.toString()
public ParticipantCapabilities clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.