public static final class CfnResourceUpdateConstraintProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceUpdateConstraintProps
CfnResourceUpdateConstraintProps
CfnResourceUpdateConstraintProps.Builder, CfnResourceUpdateConstraintProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAcceptLanguage()
The language code.
|
java.lang.String |
getDescription()
The description of the constraint.
|
java.lang.String |
getPortfolioId()
The portfolio identifier.
|
java.lang.String |
getProductId()
The product identifier.
|
java.lang.String |
getTagUpdateOnProvisionedProduct()
If set to `ALLOWED` , lets users change tags in a [CloudFormationProvisionedProduct](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-cloudformationprovisionedproduct.html) resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getPortfolioId()
CfnResourceUpdateConstraintProps
getPortfolioId
in interface CfnResourceUpdateConstraintProps
public final java.lang.String getProductId()
CfnResourceUpdateConstraintProps
getProductId
in interface CfnResourceUpdateConstraintProps
public final java.lang.String getTagUpdateOnProvisionedProduct()
CfnResourceUpdateConstraintProps
If set to NOT_ALLOWED
, prevents users from changing tags in a CloudFormationProvisionedProduct resource.
getTagUpdateOnProvisionedProduct
in interface CfnResourceUpdateConstraintProps
public final java.lang.String getAcceptLanguage()
CfnResourceUpdateConstraintProps
en
- English (default)jp
- Japanesezh
- ChinesegetAcceptLanguage
in interface CfnResourceUpdateConstraintProps
public final java.lang.String getDescription()
CfnResourceUpdateConstraintProps
getDescription
in interface CfnResourceUpdateConstraintProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()