@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRequireCheckIn extends Object implements Serializable, Cloneable, StructuredPojo
Updates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.
Constructor and Description |
---|
UpdateRequireCheckIn() |
Modifier and Type | Method and Description |
---|---|
UpdateRequireCheckIn |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Whether require check in is enabled or not.
|
Integer |
getReleaseAfterMinutes()
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
|
int |
hashCode() |
Boolean |
isEnabled()
Whether require check in is enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
Whether require check in is enabled or not.
|
void |
setReleaseAfterMinutes(Integer releaseAfterMinutes)
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRequireCheckIn |
withEnabled(Boolean enabled)
Whether require check in is enabled or not.
|
UpdateRequireCheckIn |
withReleaseAfterMinutes(Integer releaseAfterMinutes)
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
|
public void setReleaseAfterMinutes(Integer releaseAfterMinutes)
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
releaseAfterMinutes
- Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.public Integer getReleaseAfterMinutes()
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
public UpdateRequireCheckIn withReleaseAfterMinutes(Integer releaseAfterMinutes)
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
releaseAfterMinutes
- Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.public void setEnabled(Boolean enabled)
Whether require check in is enabled or not.
enabled
- Whether require check in is enabled or not.public Boolean getEnabled()
Whether require check in is enabled or not.
public UpdateRequireCheckIn withEnabled(Boolean enabled)
Whether require check in is enabled or not.
enabled
- Whether require check in is enabled or not.public Boolean isEnabled()
Whether require check in is enabled or not.
public String toString()
toString
in class Object
Object.toString()
public UpdateRequireCheckIn 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.