@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContentFeatures extends Object implements Serializable, Cloneable, StructuredPojo
Lists the content (screen share) features for the meeting. Applies to all attendees.
If you specify MeetingFeatures:Content:MaxResolution:None
when you create a meeting, all API requests
that include SendReceive
, Send
, or Receive
for
AttendeeCapabilities:Content
will be rejected with ValidationError 400
.
Constructor and Description |
---|
ContentFeatures() |
Modifier and Type | Method and Description |
---|---|
ContentFeatures |
clone() |
boolean |
equals(Object obj) |
String |
getMaxResolution()
The maximum resolution for the meeting content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxResolution(String maxResolution)
The maximum resolution for the meeting content.
|
String |
toString()
Returns a string representation of this object.
|
ContentFeatures |
withMaxResolution(ContentResolution maxResolution)
The maximum resolution for the meeting content.
|
ContentFeatures |
withMaxResolution(String maxResolution)
The maximum resolution for the meeting content.
|
public void setMaxResolution(String maxResolution)
The maximum resolution for the meeting content.
Defaults to FHD
. To use UHD
, you must also provide a
MeetingFeatures:Attendee:MaxCount
value and override the default size limit of 250 attendees.
maxResolution
- The maximum resolution for the meeting content.
Defaults to FHD
. To use UHD
, you must also provide a
MeetingFeatures:Attendee:MaxCount
value and override the default size limit of 250 attendees.
ContentResolution
public String getMaxResolution()
The maximum resolution for the meeting content.
Defaults to FHD
. To use UHD
, you must also provide a
MeetingFeatures:Attendee:MaxCount
value and override the default size limit of 250 attendees.
Defaults to FHD
. To use UHD
, you must also provide a
MeetingFeatures:Attendee:MaxCount
value and override the default size limit of 250
attendees.
ContentResolution
public ContentFeatures withMaxResolution(String maxResolution)
The maximum resolution for the meeting content.
Defaults to FHD
. To use UHD
, you must also provide a
MeetingFeatures:Attendee:MaxCount
value and override the default size limit of 250 attendees.
maxResolution
- The maximum resolution for the meeting content.
Defaults to FHD
. To use UHD
, you must also provide a
MeetingFeatures:Attendee:MaxCount
value and override the default size limit of 250 attendees.
ContentResolution
public ContentFeatures withMaxResolution(ContentResolution maxResolution)
The maximum resolution for the meeting content.
Defaults to FHD
. To use UHD
, you must also provide a
MeetingFeatures:Attendee:MaxCount
value and override the default size limit of 250 attendees.
maxResolution
- The maximum resolution for the meeting content.
Defaults to FHD
. To use UHD
, you must also provide a
MeetingFeatures:Attendee:MaxCount
value and override the default size limit of 250 attendees.
ContentResolution
public String toString()
toString
in class Object
Object.toString()
public ContentFeatures clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.