@Generated(value="software.amazon.awssdk:codegen") public final class InstantBooking extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstantBooking.Builder,InstantBooking>
Settings for the instant booking feature that are applied to a room profile. When users start their meeting with Alexa, Alexa automatically books the room for the configured duration if the room is available.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstantBooking.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstantBooking.Builder |
builder() |
Integer |
durationInMinutes()
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a
meeting is started with Alexa.
|
Boolean |
enabled()
Whether instant booking is enabled or not.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstantBooking.Builder> |
serializableBuilderClass() |
InstantBooking.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer durationInMinutes()
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.
public final Boolean enabled()
Whether instant booking is enabled or not.
public InstantBooking.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstantBooking.Builder,InstantBooking>public static InstantBooking.Builder builder()
public static Class<? extends InstantBooking.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.