Class AccessContextManagerAccessLevelsAccessLevelsCustomExpr.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_access_levels.AccessContextManagerAccessLevelsAccessLevelsCustomExpr.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerAccessLevelsAccessLevelsCustomExpr,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerAccessLevelsAccessLevelsCustomExpr
@Stability(Stable) @Internal public static final class AccessContextManagerAccessLevelsAccessLevelsCustomExpr.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerAccessLevelsAccessLevelsCustomExpr
An implementation forAccessContextManagerAccessLevelsAccessLevelsCustomExpr
-
-
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.access_context_manager_access_levels.AccessContextManagerAccessLevelsAccessLevelsCustomExpr
AccessContextManagerAccessLevelsAccessLevelsCustomExpr.Builder, AccessContextManagerAccessLevelsAccessLevelsCustomExpr.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerAccessLevelsAccessLevelsCustomExpr.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerAccessLevelsAccessLevelsCustomExpr.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()Description of the expression.StringgetExpression()Textual representation of an expression in Common Expression Language syntax.StringgetLocation()String indicating the location of the expression for error reporting, e.g.StringgetTitle()Title for the expression, i.e.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(AccessContextManagerAccessLevelsAccessLevelsCustomExpr.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerAccessLevelsAccessLevelsCustomExpr.Builder.
-
-
Method Detail
-
getExpression
public final String getExpression()
Description copied from interface:AccessContextManagerAccessLevelsAccessLevelsCustomExprTextual 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/access_context_manager_access_levels#expression AccessContextManagerAccessLevels#expression}
- Specified by:
getExpressionin interfaceAccessContextManagerAccessLevelsAccessLevelsCustomExpr
-
getDescription
public final String getDescription()
Description copied from interface:AccessContextManagerAccessLevelsAccessLevelsCustomExprDescription of the expression.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#description AccessContextManagerAccessLevels#description}
- Specified by:
getDescriptionin interfaceAccessContextManagerAccessLevelsAccessLevelsCustomExpr
-
getLocation
public final String getLocation()
Description copied from interface:AccessContextManagerAccessLevelsAccessLevelsCustomExprString 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/access_context_manager_access_levels#location AccessContextManagerAccessLevels#location}
- Specified by:
getLocationin interfaceAccessContextManagerAccessLevelsAccessLevelsCustomExpr
-
getTitle
public final String getTitle()
Description copied from interface:AccessContextManagerAccessLevelsAccessLevelsCustomExprTitle for the expression, i.e. a short string describing its purpose.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#title AccessContextManagerAccessLevels#title}
- Specified by:
getTitlein interfaceAccessContextManagerAccessLevelsAccessLevelsCustomExpr
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-