Class DeploymentManagerDeploymentTargetImports.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.deployment_manager_deployment.DeploymentManagerDeploymentTargetImports.Jsii$Proxy
-
- All Implemented Interfaces:
DeploymentManagerDeploymentTargetImports,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DeploymentManagerDeploymentTargetImports
@Stability(Stable) @Internal public static final class DeploymentManagerDeploymentTargetImports.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeploymentManagerDeploymentTargetImports
An implementation forDeploymentManagerDeploymentTargetImports
-
-
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.deployment_manager_deployment.DeploymentManagerDeploymentTargetImports
DeploymentManagerDeploymentTargetImports.Builder, DeploymentManagerDeploymentTargetImports.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DeploymentManagerDeploymentTargetImports.Builder builder)Constructor that initializes the object based on literal property values passed by theDeploymentManagerDeploymentTargetImports.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)StringgetContent()The full contents of the template that you want to import.StringgetName()The name of the template to import, as declared in the YAML configuration.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(DeploymentManagerDeploymentTargetImports.Builder builder)
Constructor that initializes the object based on literal property values passed by theDeploymentManagerDeploymentTargetImports.Builder.
-
-
Method Detail
-
getContent
public final String getContent()
Description copied from interface:DeploymentManagerDeploymentTargetImportsThe full contents of the template that you want to import.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#content DeploymentManagerDeployment#content}
- Specified by:
getContentin interfaceDeploymentManagerDeploymentTargetImports
-
getName
public final String getName()
Description copied from interface:DeploymentManagerDeploymentTargetImportsThe name of the template to import, as declared in the YAML configuration.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/deployment_manager_deployment#name DeploymentManagerDeployment#name}
- Specified by:
getNamein interfaceDeploymentManagerDeploymentTargetImports
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-