Class CfnReceiptRule.AddHeaderActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnReceiptRule.AddHeaderActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReceiptRule.AddHeaderActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnReceiptRule.AddHeaderActionProperty
@Stability(Stable)
@Internal
public static final class CfnReceiptRule.AddHeaderActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReceiptRule.AddHeaderActionProperty
An implementation for
CfnReceiptRule.AddHeaderActionProperty-
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.ses.CfnReceiptRule.AddHeaderActionProperty
CfnReceiptRule.AddHeaderActionProperty.Builder, CfnReceiptRule.AddHeaderActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReceiptRule.AddHeaderActionProperty.Builder.protectedJsii$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 theCfnReceiptRule.AddHeaderActionProperty.Builder.
-
-
Method Details
-
getHeaderName
Description copied from interface:CfnReceiptRule.AddHeaderActionPropertyThe name of the header to add to the incoming message.The name must contain at least one character, and can contain up to 50 characters. It consists of alphanumeric (a–z, A–Z, 0–9) characters and dashes.
- Specified by:
getHeaderNamein interfaceCfnReceiptRule.AddHeaderActionProperty
-
getHeaderValue
Description copied from interface:CfnReceiptRule.AddHeaderActionPropertyThe content to include in the header.This value can contain up to 2048 characters. It can't contain newline (
\n) or carriage return (\r) characters.- Specified by:
getHeaderValuein interfaceCfnReceiptRule.AddHeaderActionProperty
-
$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()
-