Class ResourcegroupsGroupResourceQuery.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.resourcegroups_group.ResourcegroupsGroupResourceQuery.Jsii$Proxy
-
- All Implemented Interfaces:
ResourcegroupsGroupResourceQuery,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ResourcegroupsGroupResourceQuery
@Stability(Stable) @Internal public static final class ResourcegroupsGroupResourceQuery.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResourcegroupsGroupResourceQuery
An implementation forResourcegroupsGroupResourceQuery
-
-
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.aws.resourcegroups_group.ResourcegroupsGroupResourceQuery
ResourcegroupsGroupResourceQuery.Builder, ResourcegroupsGroupResourceQuery.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ResourcegroupsGroupResourceQuery.Builder builder)Constructor that initializes the object based on literal property values passed by theResourcegroupsGroupResourceQuery.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)StringgetQuery()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#query ResourcegroupsGroup#query}.StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#type ResourcegroupsGroup#type}.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(ResourcegroupsGroupResourceQuery.Builder builder)
Constructor that initializes the object based on literal property values passed by theResourcegroupsGroupResourceQuery.Builder.
-
-
Method Detail
-
getQuery
public final String getQuery()
Description copied from interface:ResourcegroupsGroupResourceQueryDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#query ResourcegroupsGroup#query}.- Specified by:
getQueryin interfaceResourcegroupsGroupResourceQuery
-
getType
public final String getType()
Description copied from interface:ResourcegroupsGroupResourceQueryDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/resourcegroups_group#type ResourcegroupsGroup#type}.- Specified by:
getTypein interfaceResourcegroupsGroupResourceQuery
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-