public static final class CfnReceiptRule.AddHeaderActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRule.AddHeaderActionProperty
CfnReceiptRule.AddHeaderActionProperty
CfnReceiptRule.AddHeaderActionProperty.Builder, CfnReceiptRule.AddHeaderActionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getHeaderName()
The name of the header to add to the incoming message.
|
java.lang.String |
getHeaderValue()
The content to include in the header.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getHeaderName()
CfnReceiptRule.AddHeaderActionProperty
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.
getHeaderName
in interface CfnReceiptRule.AddHeaderActionProperty
public final java.lang.String getHeaderValue()
CfnReceiptRule.AddHeaderActionProperty
This value can contain up to 2048 characters. It can't contain newline ( \n
) or carriage return ( \r
) characters.
getHeaderValue
in interface CfnReceiptRule.AddHeaderActionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()