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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.CfnLaunchTemplateConstraintProps
CfnLaunchTemplateConstraintProps.Builder, CfnLaunchTemplateConstraintProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchTemplateConstraintProps.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 language code.final StringThe description of the constraint.final StringThe portfolio identifier.final StringThe product identifier.final StringgetRules()The constraint rules.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 theCfnLaunchTemplateConstraintProps.Builder.
-
-
Method Details
-
getPortfolioId
Description copied from interface:CfnLaunchTemplateConstraintPropsThe portfolio identifier.- Specified by:
getPortfolioIdin interfaceCfnLaunchTemplateConstraintProps
-
getProductId
Description copied from interface:CfnLaunchTemplateConstraintPropsThe product identifier.- Specified by:
getProductIdin interfaceCfnLaunchTemplateConstraintProps
-
getRules
Description copied from interface:CfnLaunchTemplateConstraintPropsThe constraint rules.- Specified by:
getRulesin interfaceCfnLaunchTemplateConstraintProps
-
getAcceptLanguage
Description copied from interface:CfnLaunchTemplateConstraintPropsThe language code.jp- Japanesezh- Chinese
- Specified by:
getAcceptLanguagein interfaceCfnLaunchTemplateConstraintProps
-
getDescription
Description copied from interface:CfnLaunchTemplateConstraintPropsThe description of the constraint.- Specified by:
getDescriptionin interfaceCfnLaunchTemplateConstraintProps
-
$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()
-