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