Class CfnProjectProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnProjectProps.Jsii$Proxy
- All Implemented Interfaces:
CfnProjectProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProjectProps
@Stability(Stable)
@Internal
public static final class CfnProjectProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProjectProps
An implementation for
CfnProjectProps-
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.iotsitewise.CfnProjectProps
CfnProjectProps.Builder, CfnProjectProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnProjectProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProjectProps.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 theCfnProjectProps.Builder.
-
-
Method Details
-
getPortalId
Description copied from interface:CfnProjectPropsThe ID of the portal in which to create the project.- Specified by:
getPortalIdin interfaceCfnProjectProps- See Also:
-
getProjectName
Description copied from interface:CfnProjectPropsA friendly name for the project.- Specified by:
getProjectNamein interfaceCfnProjectProps- See Also:
-
getAssetIds
Description copied from interface:CfnProjectPropsA list that contains the IDs of each asset associated with the project.- Specified by:
getAssetIdsin interfaceCfnProjectProps- See Also:
-
getProjectDescription
Description copied from interface:CfnProjectPropsA description for the project.- Specified by:
getProjectDescriptionin interfaceCfnProjectProps- See Also:
-
getTags
Description copied from interface:CfnProjectPropsA 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 interfaceCfnProjectProps- 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()
-