@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BookingOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoAcceptRequests()
The resource's ability to automatically reply to requests.
|
Boolean |
autoDeclineConflictingRequests()
The resource's ability to automatically decline any conflicting requests.
|
Boolean |
autoDeclineRecurringRequests()
The resource's ability to automatically decline any recurring requests.
|
static BookingOptions.Builder |
builder() |
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 BookingOptions.Builder> |
serializableBuilderClass() |
BookingOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean autoAcceptRequests()
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
public final Boolean autoDeclineRecurringRequests()
The resource's ability to automatically decline any recurring requests.
public final Boolean autoDeclineConflictingRequests()
The resource's ability to automatically decline any conflicting requests.
public BookingOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BookingOptions.Builder,BookingOptions>public static BookingOptions.Builder builder()
public static Class<? extends BookingOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.