Class CfnCustomPluginMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnCustomPluginMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomPluginMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomPluginMixinProps
@Stability(Stable)
@Internal
public static final class CfnCustomPluginMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomPluginMixinProps
An implementation for
CfnCustomPluginMixinProps-
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.cfnpropertymixins.services.kafkaconnect.CfnCustomPluginMixinProps
CfnCustomPluginMixinProps.Builder, CfnCustomPluginMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomPluginMixinProps.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 StringThe format of the plugin file.final StringThe description of the custom plugin.final ObjectInformation about the location of the custom plugin.final StringgetName()The name of the custom plugin.getTags()An array of key-value pairs to apply to this resource.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 theCfnCustomPluginMixinProps.Builder.
-
-
Method Details
-
getContentType
Description copied from interface:CfnCustomPluginMixinPropsThe format of the plugin file.- Specified by:
getContentTypein interfaceCfnCustomPluginMixinProps- See Also:
-
getDescription
Description copied from interface:CfnCustomPluginMixinPropsThe description of the custom plugin.- Specified by:
getDescriptionin interfaceCfnCustomPluginMixinProps- See Also:
-
getLocation
Description copied from interface:CfnCustomPluginMixinPropsInformation about the location of the custom plugin.Returns union: either
IResolvableorCfnCustomPluginPropsMixin.CustomPluginLocationProperty- Specified by:
getLocationin interfaceCfnCustomPluginMixinProps- See Also:
-
getName
Description copied from interface:CfnCustomPluginMixinPropsThe name of the custom plugin.- Specified by:
getNamein interfaceCfnCustomPluginMixinProps- See Also:
-
getTags
Description copied from interface:CfnCustomPluginMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnCustomPluginMixinProps- 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()
-