Class CfnInputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnInputProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInputProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInputProps
@Stability(Stable)
@Internal
public static final class CfnInputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInputProps
An implementation for
CfnInputProps
-
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.iotevents.CfnInputProps
CfnInputProps.Builder, CfnInputProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnInputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInputProps.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 Object
The definition of the input.final String
A brief description of the input.final String
The name of the input.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 theCfnInputProps.Builder
.
-
-
Method Details
-
getInputDefinition
Description copied from interface:CfnInputProps
The definition of the input.- Specified by:
getInputDefinition
in interfaceCfnInputProps
- See Also:
-
getInputDescription
Description copied from interface:CfnInputProps
A brief description of the input.- Specified by:
getInputDescription
in interfaceCfnInputProps
- See Also:
-
getInputName
Description copied from interface:CfnInputProps
The name of the input.- Specified by:
getInputName
in interfaceCfnInputProps
- See Also:
-
getTags
Description copied from interface:CfnInputProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnInputProps
- 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()
-