Class CfnLaunchTemplateConstraintProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.CfnLaunchTemplateConstraintProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchTemplateConstraintProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchTemplateConstraintProps
@Stability(Stable)
@Internal
public static final class CfnLaunchTemplateConstraintProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchTemplateConstraintProps
An implementation for
CfnLaunchTemplateConstraintProps
-
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.servicecatalog.CfnLaunchTemplateConstraintProps
CfnLaunchTemplateConstraintProps.Builder, CfnLaunchTemplateConstraintProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplateConstraintProps.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 language code.final String
The description of the constraint.final String
The portfolio identifier.final String
The product identifier.final String
getRules()
The constraint rules.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 theCfnLaunchTemplateConstraintProps.Builder
.
-
-
Method Details
-
getPortfolioId
Description copied from interface:CfnLaunchTemplateConstraintProps
The portfolio identifier.- Specified by:
getPortfolioId
in interfaceCfnLaunchTemplateConstraintProps
- See Also:
-
getProductId
Description copied from interface:CfnLaunchTemplateConstraintProps
The product identifier.- Specified by:
getProductId
in interfaceCfnLaunchTemplateConstraintProps
- See Also:
-
getRules
Description copied from interface:CfnLaunchTemplateConstraintProps
The constraint rules.- Specified by:
getRules
in interfaceCfnLaunchTemplateConstraintProps
- See Also:
-
getAcceptLanguage
Description copied from interface:CfnLaunchTemplateConstraintProps
The language code.jp
- Japanesezh
- Chinese
- Specified by:
getAcceptLanguage
in interfaceCfnLaunchTemplateConstraintProps
- See Also:
-
getDescription
Description copied from interface:CfnLaunchTemplateConstraintProps
The description of the constraint.- Specified by:
getDescription
in interfaceCfnLaunchTemplateConstraintProps
- 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()
-