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