Class CfnChannelNamespaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnChannelNamespaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelNamespaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelNamespaceProps
@Stability(Stable)
@Internal
public static final class CfnChannelNamespaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelNamespaceProps
An implementation for
CfnChannelNamespaceProps-
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.appsync.CfnChannelNamespaceProps
CfnChannelNamespaceProps.Builder, CfnChannelNamespaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelNamespaceProps.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 StringgetApiId()AppSync Api Id that this Channel Namespace belongs to.final StringString of APPSYNC_JS code to be used by the handlers.final StringThe Amazon S3 endpoint where the code is located.final StringgetName()Namespace indentifier.final Objectfinal ObjectgetTags()An arbitrary set of tags (key-value pairs) for this AppSync API.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 theCfnChannelNamespaceProps.Builder.
-
-
Method Details
-
getApiId
Description copied from interface:CfnChannelNamespacePropsAppSync Api Id that this Channel Namespace belongs to.- Specified by:
getApiIdin interfaceCfnChannelNamespaceProps- See Also:
-
getName
Description copied from interface:CfnChannelNamespacePropsNamespace indentifier.- Specified by:
getNamein interfaceCfnChannelNamespaceProps- See Also:
-
getCodeHandlers
Description copied from interface:CfnChannelNamespacePropsString of APPSYNC_JS code to be used by the handlers.- Specified by:
getCodeHandlersin interfaceCfnChannelNamespaceProps- See Also:
-
getCodeS3Location
Description copied from interface:CfnChannelNamespacePropsThe Amazon S3 endpoint where the code is located.- Specified by:
getCodeS3Locationin interfaceCfnChannelNamespaceProps- See Also:
-
getPublishAuthModes
- Specified by:
getPublishAuthModesin interfaceCfnChannelNamespaceProps- See Also:
-
getSubscribeAuthModes
- Specified by:
getSubscribeAuthModesin interfaceCfnChannelNamespaceProps- See Also:
-
getTags
Description copied from interface:CfnChannelNamespacePropsAn arbitrary set of tags (key-value pairs) for this AppSync API.- Specified by:
getTagsin interfaceCfnChannelNamespaceProps- See Also:
-
$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()
-