Class CfnMessageTemplate.MessageTemplateAttributesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnMessageTemplate.MessageTemplateAttributesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMessageTemplate.MessageTemplateAttributesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMessageTemplate.MessageTemplateAttributesProperty
@Stability(Stable)
@Internal
public static final class CfnMessageTemplate.MessageTemplateAttributesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMessageTemplate.MessageTemplateAttributesProperty
An implementation for
CfnMessageTemplate.MessageTemplateAttributesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wisdom.CfnMessageTemplate.MessageTemplateAttributesProperty
CfnMessageTemplate.MessageTemplateAttributesProperty.Builder, CfnMessageTemplate.MessageTemplateAttributesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMessageTemplate.MessageTemplateAttributesProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe agent attributes that are used with the message template.final ObjectThe custom attributes that are used with the message template.final ObjectThe customer profile attributes that are used with the message template.final ObjectThe system attributes that are used with the message template.final inthashCode()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 theCfnMessageTemplate.MessageTemplateAttributesProperty.Builder.
-
-
Method Details
-
getAgentAttributes
Description copied from interface:CfnMessageTemplate.MessageTemplateAttributesPropertyThe agent attributes that are used with the message template.Returns union: either
IResolvableorCfnMessageTemplate.AgentAttributesProperty- Specified by:
getAgentAttributesin interfaceCfnMessageTemplate.MessageTemplateAttributesProperty- See Also:
-
getCustomAttributes
Description copied from interface:CfnMessageTemplate.MessageTemplateAttributesPropertyThe custom attributes that are used with the message template.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getCustomAttributesin interfaceCfnMessageTemplate.MessageTemplateAttributesProperty- See Also:
-
getCustomerProfileAttributes
Description copied from interface:CfnMessageTemplate.MessageTemplateAttributesPropertyThe customer profile attributes that are used with the message template.Returns union: either
IResolvableorCfnMessageTemplate.CustomerProfileAttributesProperty- Specified by:
getCustomerProfileAttributesin interfaceCfnMessageTemplate.MessageTemplateAttributesProperty- See Also:
-
getSystemAttributes
Description copied from interface:CfnMessageTemplate.MessageTemplateAttributesPropertyThe system attributes that are used with the message template.Returns union: either
IResolvableorCfnMessageTemplate.SystemAttributesProperty- Specified by:
getSystemAttributesin interfaceCfnMessageTemplate.MessageTemplateAttributesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-