Class CfnAlarmModel.PayloadProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnAlarmModel.PayloadProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAlarmModel.PayloadProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlarmModel.PayloadProperty
@Stability(Stable)
@Internal
public static final class CfnAlarmModel.PayloadProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlarmModel.PayloadProperty
An implementation for
CfnAlarmModel.PayloadProperty
-
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.iotevents.CfnAlarmModel.PayloadProperty
CfnAlarmModel.PayloadProperty.Builder, CfnAlarmModel.PayloadProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAlarmModel.PayloadProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnAlarmModel.PayloadProperty.Builder
.
-
-
Method Details
-
getContentExpression
Description copied from interface:CfnAlarmModel.PayloadProperty
The content of the payload.You can use a string expression that includes quoted strings (
'<string>'
), variables ($variable.<variable-name>
), input values ($input.<input-name>.<path-to-datum>
), string concatenations, and quoted strings that contain${}
as the content. The recommended maximum size of a content expression is 1 KB.- Specified by:
getContentExpression
in interfaceCfnAlarmModel.PayloadProperty
-
getType
Description copied from interface:CfnAlarmModel.PayloadProperty
The value of the payload type can be eitherSTRING
orJSON
.- Specified by:
getType
in interfaceCfnAlarmModel.PayloadProperty
-
$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()
-