Class CfnProject.ServiceCatalogProvisioningDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnProject.ServiceCatalogProvisioningDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.ServiceCatalogProvisioningDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnProject.ServiceCatalogProvisioningDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnProject.ServiceCatalogProvisioningDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProject.ServiceCatalogProvisioningDetailsProperty
An implementation for
CfnProject.ServiceCatalogProvisioningDetailsProperty-
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.sagemaker.CfnProject.ServiceCatalogProvisioningDetailsProperty
CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder, CfnProject.ServiceCatalogProvisioningDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProject.ServiceCatalogProvisioningDetailsProperty.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 path identifier of the product.final StringThe ID of the product to provision.final StringThe ID of the provisioning artifact.final ObjectA list of key value pairs that you specify when you provision a product.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 theCfnProject.ServiceCatalogProvisioningDetailsProperty.Builder.
-
-
Method Details
-
getProductId
Description copied from interface:CfnProject.ServiceCatalogProvisioningDetailsPropertyThe ID of the product to provision.- Specified by:
getProductIdin interfaceCfnProject.ServiceCatalogProvisioningDetailsProperty
-
getPathId
Description copied from interface:CfnProject.ServiceCatalogProvisioningDetailsPropertyThe path identifier of the product.This value is optional if the product has a default path, and required if the product has more than one path.
- Specified by:
getPathIdin interfaceCfnProject.ServiceCatalogProvisioningDetailsProperty
-
getProvisioningArtifactId
Description copied from interface:CfnProject.ServiceCatalogProvisioningDetailsPropertyThe ID of the provisioning artifact.- Specified by:
getProvisioningArtifactIdin interfaceCfnProject.ServiceCatalogProvisioningDetailsProperty
-
getProvisioningParameters
Description copied from interface:CfnProject.ServiceCatalogProvisioningDetailsPropertyA list of key value pairs that you specify when you provision a product.- Specified by:
getProvisioningParametersin interfaceCfnProject.ServiceCatalogProvisioningDetailsProperty
-
$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()
-