@Generated(value="software.amazon.awssdk:codegen") public final class CreateMeetingRoomConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateMeetingRoomConfiguration.Builder,CreateMeetingRoomConfiguration>
Creates meeting room settings of a room profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMeetingRoomConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateMeetingRoomConfiguration.Builder |
builder() |
CreateEndOfMeetingReminder |
endOfMeetingReminder()
Returns the value of the EndOfMeetingReminder property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CreateInstantBooking |
instantBooking()
Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.
|
CreateProactiveJoin |
proactiveJoin()
Returns the value of the ProactiveJoin property for this object.
|
CreateRequireCheckIn |
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 CreateMeetingRoomConfiguration.Builder> |
serializableBuilderClass() |
CreateMeetingRoomConfiguration.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 CreateEndOfMeetingReminder endOfMeetingReminder()
public final CreateInstantBooking instantBooking()
Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.
public final CreateRequireCheckIn requireCheckIn()
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make 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 final CreateProactiveJoin proactiveJoin()
public CreateMeetingRoomConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMeetingRoomConfiguration.Builder,CreateMeetingRoomConfiguration>public static CreateMeetingRoomConfiguration.Builder builder()
public static Class<? extends CreateMeetingRoomConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.