Class CfnSoftwarePackageVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnSoftwarePackageVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSoftwarePackageVersionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSoftwarePackageVersionProps
@Stability(Stable)
@Internal
public static final class CfnSoftwarePackageVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSoftwarePackageVersionProps
An implementation for
CfnSoftwarePackageVersionProps
-
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.iot.CfnSoftwarePackageVersionProps
CfnSoftwarePackageVersionProps.Builder, CfnSoftwarePackageVersionProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSoftwarePackageVersionProps.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
Metadata that can be used to define a package version’s configuration.final String
A summary of the package version being created.final String
The name of the associated software package.getTags()
Metadata that can be used to manage the package version.final String
The name of the new package version.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 theCfnSoftwarePackageVersionProps.Builder
.
-
-
Method Details
-
getPackageName
Description copied from interface:CfnSoftwarePackageVersionProps
The name of the associated software package.- Specified by:
getPackageName
in interfaceCfnSoftwarePackageVersionProps
- See Also:
-
getAttributes
Description copied from interface:CfnSoftwarePackageVersionProps
Metadata that can be used to define a package version’s configuration.For example, the S3 file location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
- Specified by:
getAttributes
in interfaceCfnSoftwarePackageVersionProps
- See Also:
-
getDescription
Description copied from interface:CfnSoftwarePackageVersionProps
A summary of the package version being created.This can be used to outline the package's contents or purpose.
- Specified by:
getDescription
in interfaceCfnSoftwarePackageVersionProps
- See Also:
-
getTags
Description copied from interface:CfnSoftwarePackageVersionProps
Metadata that can be used to manage the package version.- Specified by:
getTags
in interfaceCfnSoftwarePackageVersionProps
- See Also:
-
getVersionName
Description copied from interface:CfnSoftwarePackageVersionProps
The name of the new package version.- Specified by:
getVersionName
in interfaceCfnSoftwarePackageVersionProps
- 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()
-