@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMeetingRoomConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Updates meeting room settings of a room profile.
Constructor and Description |
---|
UpdateMeetingRoomConfiguration() |
Modifier and Type | Method and Description |
---|---|
UpdateMeetingRoomConfiguration |
clone() |
boolean |
equals(Object obj) |
UpdateEndOfMeetingReminder |
getEndOfMeetingReminder()
Settings for the end of meeting reminder feature that are applied to a room profile.
|
UpdateInstantBooking |
getInstantBooking()
Settings to automatically book an available room available for a configured duration when joining a meeting with
Alexa.
|
UpdateRequireCheckIn |
getRequireCheckIn()
Settings for requiring a check in when a room is reserved.
|
Boolean |
getRoomUtilizationMetricsEnabled()
Whether room utilization metrics are enabled or not.
|
int |
hashCode() |
Boolean |
isRoomUtilizationMetricsEnabled()
Whether room utilization metrics are enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndOfMeetingReminder(UpdateEndOfMeetingReminder endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile.
|
void |
setInstantBooking(UpdateInstantBooking instantBooking)
Settings to automatically book an available room available for a configured duration when joining a meeting with
Alexa.
|
void |
setRequireCheckIn(UpdateRequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved.
|
void |
setRoomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMeetingRoomConfiguration |
withEndOfMeetingReminder(UpdateEndOfMeetingReminder endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile.
|
UpdateMeetingRoomConfiguration |
withInstantBooking(UpdateInstantBooking instantBooking)
Settings to automatically book an available room available for a configured duration when joining a meeting with
Alexa.
|
UpdateMeetingRoomConfiguration |
withRequireCheckIn(UpdateRequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved.
|
UpdateMeetingRoomConfiguration |
withRoomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
|
public void setRoomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
roomUtilizationMetricsEnabled
- Whether room utilization metrics are enabled or not.public Boolean getRoomUtilizationMetricsEnabled()
Whether room utilization metrics are enabled or not.
public UpdateMeetingRoomConfiguration withRoomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
roomUtilizationMetricsEnabled
- Whether room utilization metrics are enabled or not.public Boolean isRoomUtilizationMetricsEnabled()
Whether room utilization metrics are enabled or not.
public void setEndOfMeetingReminder(UpdateEndOfMeetingReminder endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
endOfMeetingReminder
- Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting
reminder enables Alexa to remind users when a meeting is ending.public UpdateEndOfMeetingReminder getEndOfMeetingReminder()
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
public UpdateMeetingRoomConfiguration withEndOfMeetingReminder(UpdateEndOfMeetingReminder endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
endOfMeetingReminder
- Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting
reminder enables Alexa to remind users when a meeting is ending.public void setInstantBooking(UpdateInstantBooking instantBooking)
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
instantBooking
- Settings to automatically book an available room available for a configured duration when joining a
meeting with Alexa.public UpdateInstantBooking getInstantBooking()
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
public UpdateMeetingRoomConfiguration withInstantBooking(UpdateInstantBooking instantBooking)
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
instantBooking
- Settings to automatically book an available room available for a configured duration when joining a
meeting with Alexa.public void setRequireCheckIn(UpdateRequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
requireCheckIn
- Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not
checked into to make the room available for others. Users can check in by joining the meeting with Alexa
or an AVS device, or by saying “Alexa, check in.”public UpdateRequireCheckIn getRequireCheckIn()
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
public UpdateMeetingRoomConfiguration withRequireCheckIn(UpdateRequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
requireCheckIn
- Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not
checked into to make the room available for others. Users can check in by joining the meeting with Alexa
or an AVS device, or by saying “Alexa, check in.”public String toString()
toString
in class Object
Object.toString()
public UpdateMeetingRoomConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.