Class CreateInstantBooking
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.CreateInstantBooking
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateInstantBooking.Builder,CreateInstantBooking>
@Generated("software.amazon.awssdk:codegen") public final class CreateInstantBooking extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateInstantBooking.Builder,CreateInstantBooking>
Creates 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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateInstantBooking.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateInstantBooking.Builderbuilder()IntegerdurationInMinutes()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.Booleanenabled()Whether instant booking is enabled or not.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateInstantBooking.Builder>serializableBuilderClass()CreateInstantBooking.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
durationInMinutes
public 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.
- Returns:
- 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.
-
enabled
public final Boolean enabled()
Whether instant booking is enabled or not.
- Returns:
- Whether instant booking is enabled or not.
-
toBuilder
public CreateInstantBooking.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateInstantBooking.Builder,CreateInstantBooking>
-
builder
public static CreateInstantBooking.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateInstantBooking.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-