Class CfnSubscriptionDefinitionVersion.SubscriptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnSubscriptionDefinitionVersion.SubscriptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSubscriptionDefinitionVersion.SubscriptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSubscriptionDefinitionVersion.SubscriptionProperty
@Stability(Stable)
@Internal
public static final class CfnSubscriptionDefinitionVersion.SubscriptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubscriptionDefinitionVersion.SubscriptionProperty
An implementation for
CfnSubscriptionDefinitionVersion.SubscriptionProperty-
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.greengrass.CfnSubscriptionDefinitionVersion.SubscriptionProperty
CfnSubscriptionDefinitionVersion.SubscriptionProperty.Builder, CfnSubscriptionDefinitionVersion.SubscriptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSubscriptionDefinitionVersion.SubscriptionProperty.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 StringgetId()A descriptive or arbitrary ID for the subscription.final StringThe originator of the message.final StringThe MQTT topic used to route the message.final StringThe destination of the message.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 theCfnSubscriptionDefinitionVersion.SubscriptionProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnSubscriptionDefinitionVersion.SubscriptionPropertyA descriptive or arbitrary ID for the subscription.This value must be unique within the subscription definition version. Maximum length is 128 characters with pattern
[a-zA-Z0-9:_-]+.- Specified by:
getIdin interfaceCfnSubscriptionDefinitionVersion.SubscriptionProperty
-
getSource
Description copied from interface:CfnSubscriptionDefinitionVersion.SubscriptionPropertyThe originator of the message.The value can be a thing ARN, the ARN of a Lambda function alias (recommended) or version, a connector ARN,
cloud(which represents the AWS IoT cloud), orGGShadowService.- Specified by:
getSourcein interfaceCfnSubscriptionDefinitionVersion.SubscriptionProperty
-
getSubject
Description copied from interface:CfnSubscriptionDefinitionVersion.SubscriptionPropertyThe MQTT topic used to route the message.- Specified by:
getSubjectin interfaceCfnSubscriptionDefinitionVersion.SubscriptionProperty
-
getTarget
Description copied from interface:CfnSubscriptionDefinitionVersion.SubscriptionPropertyThe destination of the message.The value can be a thing ARN, the ARN of a Lambda function alias (recommended) or version, a connector ARN,
cloud(which represents the AWS IoT cloud), orGGShadowService.- Specified by:
getTargetin interfaceCfnSubscriptionDefinitionVersion.SubscriptionProperty
-
$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()
-