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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kafkaconnect.CfnCustomPluginProps
CfnCustomPluginProps.Builder, CfnCustomPluginProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCustomPluginProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCustomPluginProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The format of the plugin file.final String
The description of the custom plugin.final Object
Information about the location of the custom plugin.final String
getName()
The name of the custom plugin.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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:CfnCustomPluginProps
The format of the plugin file.- Specified by:
getContentType
in interfaceCfnCustomPluginProps
- See Also:
-
getLocation
Description copied from interface:CfnCustomPluginProps
Information about the location of the custom plugin.- Specified by:
getLocation
in interfaceCfnCustomPluginProps
- See Also:
-
getName
Description copied from interface:CfnCustomPluginProps
The name of the custom plugin.- Specified by:
getName
in interfaceCfnCustomPluginProps
- See Also:
-
getDescription
Description copied from interface:CfnCustomPluginProps
The description of the custom plugin.- Specified by:
getDescription
in interfaceCfnCustomPluginProps
- See Also:
-
getTags
Description copied from interface:CfnCustomPluginProps
An array of key-value pairs to apply to this resource.- Specified by:
getTags
in interfaceCfnCustomPluginProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-