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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnProject.ServiceCatalogProvisioningDetailsProperty
CfnProject.ServiceCatalogProvisioningDetailsProperty.Builder, CfnProject.ServiceCatalogProvisioningDetailsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProject.ServiceCatalogProvisioningDetailsProperty.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 String
The path identifier of the product.final String
The ID of the product to provision.final String
The ID of the provisioning artifact.final Object
A list of key value pairs that you specify when you provision a product.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 theCfnProject.ServiceCatalogProvisioningDetailsProperty.Builder
.
-
-
Method Details
-
getProductId
Description copied from interface:CfnProject.ServiceCatalogProvisioningDetailsProperty
The ID of the product to provision.- Specified by:
getProductId
in interfaceCfnProject.ServiceCatalogProvisioningDetailsProperty
- See Also:
-
getPathId
Description copied from interface:CfnProject.ServiceCatalogProvisioningDetailsProperty
The 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:
getPathId
in interfaceCfnProject.ServiceCatalogProvisioningDetailsProperty
- See Also:
-
getProvisioningArtifactId
Description copied from interface:CfnProject.ServiceCatalogProvisioningDetailsProperty
The ID of the provisioning artifact.- Specified by:
getProvisioningArtifactId
in interfaceCfnProject.ServiceCatalogProvisioningDetailsProperty
- See Also:
-
getProvisioningParameters
Description copied from interface:CfnProject.ServiceCatalogProvisioningDetailsProperty
A list of key value pairs that you specify when you provision a product.- Specified by:
getProvisioningParameters
in interfaceCfnProject.ServiceCatalogProvisioningDetailsProperty
- 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()
-