public static final class CfnBudgetsAction.SubscriberProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBudgetsAction.SubscriberProperty
CfnBudgetsAction.SubscriberProperty
CfnBudgetsAction.SubscriberProperty.Builder, CfnBudgetsAction.SubscriberProperty.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 |
getAddress()
The address that AWS sends budget notifications to, either an SNS topic or an email.
|
java.lang.String |
getType()
The type of notification that AWS sends to a subscriber.
|
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 getAddress()
CfnBudgetsAction.SubscriberProperty
When you create a subscriber, the value of Address
can't contain line breaks.
getAddress
in interface CfnBudgetsAction.SubscriberProperty
public final java.lang.String getType()
CfnBudgetsAction.SubscriberProperty
getType
in interface CfnBudgetsAction.SubscriberProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()