@Deprecated public static final class PublishToTopicProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PublishToTopicProps
PublishToTopicProps
PublishToTopicProps.Builder, PublishToTopicProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
(deprecated) The service integration pattern indicates different ways to call Publish to SNS.
|
TaskInput |
getMessage()
Deprecated.
(deprecated) The text message to send to the topic.
|
java.lang.Boolean |
getMessagePerSubscriptionType()
Deprecated.
(deprecated) If true, send a different message to every subscription type.
|
java.lang.String |
getSubject()
Deprecated.
(deprecated) Used as the "Subject" line when the message is delivered to email endpoints.
|
int |
hashCode()
Deprecated.
|
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 TaskInput getMessage()
PublishToTopicProps
getMessage
in interface PublishToTopicProps
public final ServiceIntegrationPattern getIntegrationPattern()
PublishToTopicProps
The valid value is either FIRE_AND_FORGET or WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
getIntegrationPattern
in interface PublishToTopicProps
public final java.lang.Boolean getMessagePerSubscriptionType()
PublishToTopicProps
If this is set to true, message must be a JSON object with a "default" key and a key for every subscription type (such as "sqs", "email", etc.) The values are strings representing the messages being sent to every subscription type.
Default: false
getMessagePerSubscriptionType
in interface PublishToTopicProps
public final java.lang.String getSubject()
PublishToTopicProps
Also included, if present, in the standard JSON messages delivered to other endpoints.
Default: - No subject
getSubject
in interface PublishToTopicProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()