@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()