@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttendeeFeatures extends Object implements Serializable, Cloneable, StructuredPojo
Lists the maximum number of attendees allowed into the meeting.
If you specify FHD for MeetingFeatures:Video:MaxResolution, or if you specify
UHD for MeetingFeatures:Content:MaxResolution, the maximum number of attendees changes from
the default of 250 to 25.
| Constructor and Description |
|---|
AttendeeFeatures() |
| Modifier and Type | Method and Description |
|---|---|
AttendeeFeatures |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxCount()
The maximum number of attendees allowed into the meeting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaxCount(Integer maxCount)
The maximum number of attendees allowed into the meeting.
|
String |
toString()
Returns a string representation of this object.
|
AttendeeFeatures |
withMaxCount(Integer maxCount)
The maximum number of attendees allowed into the meeting.
|
public void setMaxCount(Integer maxCount)
The maximum number of attendees allowed into the meeting.
maxCount - The maximum number of attendees allowed into the meeting.public Integer getMaxCount()
The maximum number of attendees allowed into the meeting.
public AttendeeFeatures withMaxCount(Integer maxCount)
The maximum number of attendees allowed into the meeting.
maxCount - The maximum number of attendees allowed into the meeting.public String toString()
toString in class ObjectObject.toString()public AttendeeFeatures clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.