Class ApphubServiceAttributes.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apphub_service.ApphubServiceAttributes.Jsii$Proxy
-
- All Implemented Interfaces:
ApphubServiceAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApphubServiceAttributes
@Stability(Stable) @Internal public static final class ApphubServiceAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApphubServiceAttributes
An implementation forApphubServiceAttributes
-
-
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.apphub_service.ApphubServiceAttributes
ApphubServiceAttributes.Builder, ApphubServiceAttributes.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApphubServiceAttributes.Builder builder)Constructor that initializes the object based on literal property values passed by theApphubServiceAttributes.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)ObjectgetBusinessOwners()business_owners block.ApphubServiceAttributesCriticalitygetCriticality()criticality block.ObjectgetDeveloperOwners()developer_owners block.ApphubServiceAttributesEnvironmentgetEnvironment()environment block.ObjectgetOperatorOwners()operator_owners block.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(ApphubServiceAttributes.Builder builder)
Constructor that initializes the object based on literal property values passed by theApphubServiceAttributes.Builder.
-
-
Method Detail
-
getBusinessOwners
public final Object getBusinessOwners()
Description copied from interface:ApphubServiceAttributesbusiness_owners block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#business_owners ApphubService#business_owners}
- Specified by:
getBusinessOwnersin interfaceApphubServiceAttributes
-
getCriticality
public final ApphubServiceAttributesCriticality getCriticality()
Description copied from interface:ApphubServiceAttributescriticality block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#criticality ApphubService#criticality}
- Specified by:
getCriticalityin interfaceApphubServiceAttributes
-
getDeveloperOwners
public final Object getDeveloperOwners()
Description copied from interface:ApphubServiceAttributesdeveloper_owners block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#developer_owners ApphubService#developer_owners}
- Specified by:
getDeveloperOwnersin interfaceApphubServiceAttributes
-
getEnvironment
public final ApphubServiceAttributesEnvironment getEnvironment()
Description copied from interface:ApphubServiceAttributesenvironment block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#environment ApphubService#environment}
- Specified by:
getEnvironmentin interfaceApphubServiceAttributes
-
getOperatorOwners
public final Object getOperatorOwners()
Description copied from interface:ApphubServiceAttributesoperator_owners block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apphub_service#operator_owners ApphubService#operator_owners}
- Specified by:
getOperatorOwnersin interfaceApphubServiceAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-