Class OrgPolicyPolicyDryRunSpecRulesCondition.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicyDryRunSpecRulesCondition.Jsii$Proxy
-
- All Implemented Interfaces:
OrgPolicyPolicyDryRunSpecRulesCondition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OrgPolicyPolicyDryRunSpecRulesCondition
@Stability(Stable) @Internal public static final class OrgPolicyPolicyDryRunSpecRulesCondition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OrgPolicyPolicyDryRunSpecRulesCondition
An implementation forOrgPolicyPolicyDryRunSpecRulesCondition
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicyDryRunSpecRulesCondition
OrgPolicyPolicyDryRunSpecRulesCondition.Builder, OrgPolicyPolicyDryRunSpecRulesCondition.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OrgPolicyPolicyDryRunSpecRulesCondition.Builder builder)Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicyDryRunSpecRulesCondition.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDescription()Optional.StringgetExpression()Textual representation of an expression in Common Expression Language syntax.StringgetLocation()Optional.StringgetTitle()Optional.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(OrgPolicyPolicyDryRunSpecRulesCondition.Builder builder)
Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicyDryRunSpecRulesCondition.Builder.
-
-
Method Detail
-
getDescription
public final String getDescription()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesConditionOptional.Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#description OrgPolicyPolicy#description}
- Specified by:
getDescriptionin interfaceOrgPolicyPolicyDryRunSpecRulesCondition
-
getExpression
public final String getExpression()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesConditionTextual representation of an expression in Common Expression Language syntax.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#expression OrgPolicyPolicy#expression}
- Specified by:
getExpressionin interfaceOrgPolicyPolicyDryRunSpecRulesCondition
-
getLocation
public final String getLocation()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesConditionOptional.String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#location OrgPolicyPolicy#location}
- Specified by:
getLocationin interfaceOrgPolicyPolicyDryRunSpecRulesCondition
-
getTitle
public final String getTitle()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesConditionOptional.Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#title OrgPolicyPolicy#title}
- Specified by:
getTitlein interfaceOrgPolicyPolicyDryRunSpecRulesCondition
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-