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