Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo
An implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo
-
-
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.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Builder, OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.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)StringgetName()The name of the repository.StringgetUrl()The url of the repository.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(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGooThe name of the repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#name OsConfigOsPolicyAssignment#name}
- Specified by:
getNamein interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo
-
getUrl
public final String getUrl()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGooThe url of the repository.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#url OsConfigOsPolicyAssignment#url}
- Specified by:
getUrlin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesRepositoryGoo
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-