@Generated(value="software.amazon.awssdk:codegen") public final class BookingOptions extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends BookingOptions.Builder> |
serializableBuilderClass() |
BookingOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Boolean autoAcceptRequests()
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
public Boolean autoDeclineRecurringRequests()
The resource's ability to automatically decline any recurring requests.
public Boolean autoDeclineConflictingRequests()
The resource's ability to automatically decline any conflicting requests.
public BookingOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BookingOptions.Builder,BookingOptions>
public static BookingOptions.Builder builder()
public static Class<? extends BookingOptions.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.