Class CfnRoomProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivschat.CfnRoomProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRoomProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoomProps
@Stability(Stable)
@Internal
public static final class CfnRoomProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoomProps
An implementation for
CfnRoomProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ivschat.CfnRoomProps
CfnRoomProps.Builder, CfnRoomProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRoomProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRoomProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
List of logging-configuration identifiers attached to the room.final Number
Maximum number of characters in a single message.final Number
Maximum number of messages per second that can be sent to the room (by all clients).final Object
Configuration information for optional review of messages.final String
getName()
Room name.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRoomProps.Builder
.
-
-
Method Details
-
getLoggingConfigurationIdentifiers
Description copied from interface:CfnRoomProps
List of logging-configuration identifiers attached to the room.- Specified by:
getLoggingConfigurationIdentifiers
in interfaceCfnRoomProps
- See Also:
-
getMaximumMessageLength
Description copied from interface:CfnRoomProps
Maximum number of characters in a single message.Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes.
Default: - 500
- Specified by:
getMaximumMessageLength
in interfaceCfnRoomProps
- See Also:
-
getMaximumMessageRatePerSecond
Description copied from interface:CfnRoomProps
Maximum number of messages per second that can be sent to the room (by all clients).Default: - 10
- Specified by:
getMaximumMessageRatePerSecond
in interfaceCfnRoomProps
- See Also:
-
getMessageReviewHandler
Description copied from interface:CfnRoomProps
Configuration information for optional review of messages.- Specified by:
getMessageReviewHandler
in interfaceCfnRoomProps
- See Also:
-
getName
Description copied from interface:CfnRoomProps
Room name.The value does not need to be unique.
- Specified by:
getName
in interfaceCfnRoomProps
- See Also:
-
getTags
Description copied from interface:CfnRoomProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnRoomProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-