Class CfnProjectMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.CfnProjectMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectMixinProps
@Stability(Stable)
@Internal
public static final class CfnProjectMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProjectMixinProps
An implementation for
CfnProjectMixinProps-
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.mixins.preview.services.iotsitewise.mixins.CfnProjectMixinProps
CfnProjectMixinProps.Builder, CfnProjectMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnProjectMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProjectMixinProps.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 booleanA list that contains the IDs of each asset associated with the project.final StringThe ID of the portal in which to create the project.final StringA description for the project.final StringA friendly name for the project.getTags()A list of key-value pairs that contain metadata for the project.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 theCfnProjectMixinProps.Builder.
-
-
Method Details
-
getAssetIds
Description copied from interface:CfnProjectMixinPropsA list that contains the IDs of each asset associated with the project.- Specified by:
getAssetIdsin interfaceCfnProjectMixinProps- See Also:
-
getPortalId
Description copied from interface:CfnProjectMixinPropsThe ID of the portal in which to create the project.- Specified by:
getPortalIdin interfaceCfnProjectMixinProps- See Also:
-
getProjectDescription
Description copied from interface:CfnProjectMixinPropsA description for the project.- Specified by:
getProjectDescriptionin interfaceCfnProjectMixinProps- See Also:
-
getProjectName
Description copied from interface:CfnProjectMixinPropsA friendly name for the project.- Specified by:
getProjectNamein interfaceCfnProjectMixinProps- See Also:
-
getTags
Description copied from interface:CfnProjectMixinPropsA list of key-value pairs that contain metadata for the project.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- Specified by:
getTagsin interfaceCfnProjectMixinProps- 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()
-