Class CfnCommandMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnCommandMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCommandMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCommandMixinProps
@Stability(Stable)
@Internal
public static final class CfnCommandMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCommandMixinProps
An implementation for
CfnCommandMixinProps-
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.iot.CfnCommandMixinProps
CfnCommandMixinProps.Builder, CfnCommandMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCommandMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCommandMixinProps.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 unique identifier of the command.final StringThe timestamp, when the command was created.final ObjectIndicates whether the command has been deprecated.final StringThe description of the command parameter.final StringThe display name of the command.final StringThe timestamp, when the command was last updated.final ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnCommandPropsMixin.CommandParameterProperty>final StringThe namespace to which the command belongs.final ObjectReturns union: eitherIResolvableorCfnCommandPropsMixin.CommandPayloadPropertyfinal StringThe payload template associated with the command.final ObjectIndicates whether the command is pending deletion.final ObjectReturns union: eitherIResolvableorCfnCommandPropsMixin.CommandPreprocessorPropertyfinal StringThe customer role associated with the command.getTags()The tags to be associated with the command.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 theCfnCommandMixinProps.Builder.
-
-
Method Details
-
getCommandId
Description copied from interface:CfnCommandMixinPropsThe unique identifier of the command.- Specified by:
getCommandIdin interfaceCfnCommandMixinProps- See Also:
-
getCreatedAt
Description copied from interface:CfnCommandMixinPropsThe timestamp, when the command was created.- Specified by:
getCreatedAtin interfaceCfnCommandMixinProps- See Also:
-
getDeprecated
Description copied from interface:CfnCommandMixinPropsIndicates whether the command has been deprecated.Returns union: either
BooleanorIResolvable- Specified by:
getDeprecatedin interfaceCfnCommandMixinProps- See Also:
-
getDescription
Description copied from interface:CfnCommandMixinPropsThe description of the command parameter.- Specified by:
getDescriptionin interfaceCfnCommandMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnCommandMixinPropsThe display name of the command.- Specified by:
getDisplayNamein interfaceCfnCommandMixinProps- See Also:
-
getLastUpdatedAt
Description copied from interface:CfnCommandMixinPropsThe timestamp, when the command was last updated.- Specified by:
getLastUpdatedAtin interfaceCfnCommandMixinProps- See Also:
-
getMandatoryParameters
Description copied from interface:CfnCommandMixinPropsReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnCommandPropsMixin.CommandParameterProperty>- Specified by:
getMandatoryParametersin interfaceCfnCommandMixinProps- See Also:
-
getNamespace
Description copied from interface:CfnCommandMixinPropsThe namespace to which the command belongs.- Specified by:
getNamespacein interfaceCfnCommandMixinProps- See Also:
-
getPayload
Description copied from interface:CfnCommandMixinPropsReturns union: eitherIResolvableorCfnCommandPropsMixin.CommandPayloadProperty- Specified by:
getPayloadin interfaceCfnCommandMixinProps- See Also:
-
getPayloadTemplate
Description copied from interface:CfnCommandMixinPropsThe payload template associated with the command.- Specified by:
getPayloadTemplatein interfaceCfnCommandMixinProps- See Also:
-
getPendingDeletion
Description copied from interface:CfnCommandMixinPropsIndicates whether the command is pending deletion.Returns union: either
BooleanorIResolvable- Specified by:
getPendingDeletionin interfaceCfnCommandMixinProps- See Also:
-
getPreprocessor
Description copied from interface:CfnCommandMixinPropsReturns union: eitherIResolvableorCfnCommandPropsMixin.CommandPreprocessorProperty- Specified by:
getPreprocessorin interfaceCfnCommandMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnCommandMixinPropsThe customer role associated with the command.- Specified by:
getRoleArnin interfaceCfnCommandMixinProps- See Also:
-
getTags
Description copied from interface:CfnCommandMixinPropsThe tags to be associated with the command.- Specified by:
getTagsin interfaceCfnCommandMixinProps- 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()
-