Class BookingOptions
- java.lang.Object
-
- software.amazon.awssdk.services.workmail.model.BookingOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BookingOptions.Builder,BookingOptions>
@Generated("software.amazon.awssdk:codegen") public final class BookingOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BookingOptions.Builder,BookingOptions>
At least one delegate must be associated to the resource to disable automatic replies from the resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBookingOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoAcceptRequests()The resource's ability to automatically reply to requests.BooleanautoDeclineConflictingRequests()The resource's ability to automatically decline any conflicting requests.BooleanautoDeclineRecurringRequests()The resource's ability to automatically decline any recurring requests.static BookingOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BookingOptions.Builder>serializableBuilderClass()BookingOptions.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
-
autoAcceptRequests
public final Boolean autoAcceptRequests()
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
- Returns:
- The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
-
autoDeclineRecurringRequests
public final Boolean autoDeclineRecurringRequests()
The resource's ability to automatically decline any recurring requests.
- Returns:
- The resource's ability to automatically decline any recurring requests.
-
autoDeclineConflictingRequests
public final Boolean autoDeclineConflictingRequests()
The resource's ability to automatically decline any conflicting requests.
- Returns:
- The resource's ability to automatically decline any conflicting requests.
-
toBuilder
public BookingOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BookingOptions.Builder,BookingOptions>
-
builder
public static BookingOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends BookingOptions.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.
-
-