Class CfnInputMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnInputMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInputMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInputMixinProps
@Stability(Stable)
@Internal
public static final class CfnInputMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInputMixinProps
An implementation for
CfnInputMixinProps-
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.iotevents.CfnInputMixinProps
CfnInputMixinProps.Builder, CfnInputMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnInputMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInputMixinProps.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 ObjectThe definition of the input.final StringA brief description of the input.final StringThe name of the input.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 theCfnInputMixinProps.Builder.
-
-
Method Details
-
getInputDefinition
Description copied from interface:CfnInputMixinPropsThe definition of the input.Returns union: either
IResolvableorCfnInputPropsMixin.InputDefinitionProperty- Specified by:
getInputDefinitionin interfaceCfnInputMixinProps- See Also:
-
getInputDescription
Description copied from interface:CfnInputMixinPropsA brief description of the input.- Specified by:
getInputDescriptionin interfaceCfnInputMixinProps- See Also:
-
getInputName
Description copied from interface:CfnInputMixinPropsThe name of the input.- Specified by:
getInputNamein interfaceCfnInputMixinProps- See Also:
-
getTags
Description copied from interface:CfnInputMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnInputMixinProps- 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()
-