@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BookingOptions extends Object implements Serializable, Cloneable, StructuredPojo
At least one delegate must be associated to the resource to disable automatic replies from the resource.
Constructor and Description |
---|
BookingOptions() |
Modifier and Type | Method and Description |
---|---|
BookingOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoAcceptRequests()
The resource's ability to automatically reply to requests.
|
Boolean |
getAutoDeclineConflictingRequests()
The resource's ability to automatically decline any conflicting requests.
|
Boolean |
getAutoDeclineRecurringRequests()
The resource's ability to automatically decline any recurring requests.
|
int |
hashCode() |
Boolean |
isAutoAcceptRequests()
The resource's ability to automatically reply to requests.
|
Boolean |
isAutoDeclineConflictingRequests()
The resource's ability to automatically decline any conflicting requests.
|
Boolean |
isAutoDeclineRecurringRequests()
The resource's ability to automatically decline any recurring requests.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoAcceptRequests(Boolean autoAcceptRequests)
The resource's ability to automatically reply to requests.
|
void |
setAutoDeclineConflictingRequests(Boolean autoDeclineConflictingRequests)
The resource's ability to automatically decline any conflicting requests.
|
void |
setAutoDeclineRecurringRequests(Boolean autoDeclineRecurringRequests)
The resource's ability to automatically decline any recurring requests.
|
String |
toString()
Returns a string representation of this object.
|
BookingOptions |
withAutoAcceptRequests(Boolean autoAcceptRequests)
The resource's ability to automatically reply to requests.
|
BookingOptions |
withAutoDeclineConflictingRequests(Boolean autoDeclineConflictingRequests)
The resource's ability to automatically decline any conflicting requests.
|
BookingOptions |
withAutoDeclineRecurringRequests(Boolean autoDeclineRecurringRequests)
The resource's ability to automatically decline any recurring requests.
|
public void setAutoAcceptRequests(Boolean autoAcceptRequests)
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
autoAcceptRequests
- The resource's ability to automatically reply to requests. If disabled, delegates must be associated to
the resource.public Boolean getAutoAcceptRequests()
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
public BookingOptions withAutoAcceptRequests(Boolean autoAcceptRequests)
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
autoAcceptRequests
- The resource's ability to automatically reply to requests. If disabled, delegates must be associated to
the resource.public Boolean isAutoAcceptRequests()
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
public void setAutoDeclineRecurringRequests(Boolean autoDeclineRecurringRequests)
The resource's ability to automatically decline any recurring requests.
autoDeclineRecurringRequests
- The resource's ability to automatically decline any recurring requests.public Boolean getAutoDeclineRecurringRequests()
The resource's ability to automatically decline any recurring requests.
public BookingOptions withAutoDeclineRecurringRequests(Boolean autoDeclineRecurringRequests)
The resource's ability to automatically decline any recurring requests.
autoDeclineRecurringRequests
- The resource's ability to automatically decline any recurring requests.public Boolean isAutoDeclineRecurringRequests()
The resource's ability to automatically decline any recurring requests.
public void setAutoDeclineConflictingRequests(Boolean autoDeclineConflictingRequests)
The resource's ability to automatically decline any conflicting requests.
autoDeclineConflictingRequests
- The resource's ability to automatically decline any conflicting requests.public Boolean getAutoDeclineConflictingRequests()
The resource's ability to automatically decline any conflicting requests.
public BookingOptions withAutoDeclineConflictingRequests(Boolean autoDeclineConflictingRequests)
The resource's ability to automatically decline any conflicting requests.
autoDeclineConflictingRequests
- The resource's ability to automatically decline any conflicting requests.public Boolean isAutoDeclineConflictingRequests()
The resource's ability to automatically decline any conflicting requests.
public String toString()
toString
in class Object
Object.toString()
public BookingOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.