@Generated(value="software.amazon.awssdk:codegen") public final class MeetingRoomConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MeetingRoomConfiguration.Builder,MeetingRoomConfiguration>
Meeting room settings of a room profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MeetingRoomConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MeetingRoomConfiguration.Builder |
builder() |
EndOfMeetingReminder |
endOfMeetingReminder()
Settings for the end of meeting reminder feature that are applied to a room profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InstantBooking |
instantBooking()
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
|
RequireCheckIn |
requireCheckIn()
Settings for requiring a check in when a room is reserved.
|
Boolean |
roomUtilizationMetricsEnabled()
Whether room utilization metrics are enabled or not.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MeetingRoomConfiguration.Builder> |
serializableBuilderClass() |
MeetingRoomConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean roomUtilizationMetricsEnabled()
Whether room utilization metrics are enabled or not.
public final EndOfMeetingReminder endOfMeetingReminder()
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
public final InstantBooking instantBooking()
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
public final RequireCheckIn requireCheckIn()
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into. This makes the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
public MeetingRoomConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MeetingRoomConfiguration.Builder,MeetingRoomConfiguration>public static MeetingRoomConfiguration.Builder builder()
public static Class<? extends MeetingRoomConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.