Class ClouddomainsRegistrationYearlyPrice.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.clouddomains_registration.ClouddomainsRegistrationYearlyPrice.Jsii$Proxy
-
- All Implemented Interfaces:
ClouddomainsRegistrationYearlyPrice,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ClouddomainsRegistrationYearlyPrice
@Stability(Stable) @Internal public static final class ClouddomainsRegistrationYearlyPrice.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClouddomainsRegistrationYearlyPrice
An implementation forClouddomainsRegistrationYearlyPrice
-
-
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.clouddomains_registration.ClouddomainsRegistrationYearlyPrice
ClouddomainsRegistrationYearlyPrice.Builder, ClouddomainsRegistrationYearlyPrice.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ClouddomainsRegistrationYearlyPrice.Builder builder)Constructor that initializes the object based on literal property values passed by theClouddomainsRegistrationYearlyPrice.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)StringgetCurrencyCode()The three-letter currency code defined in ISO 4217.StringgetUnits()The whole units of the amount.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(ClouddomainsRegistrationYearlyPrice.Builder builder)
Constructor that initializes the object based on literal property values passed by theClouddomainsRegistrationYearlyPrice.Builder.
-
-
Method Detail
-
getCurrencyCode
public final String getCurrencyCode()
Description copied from interface:ClouddomainsRegistrationYearlyPriceThe three-letter currency code defined in ISO 4217.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#currency_code ClouddomainsRegistration#currency_code}
- Specified by:
getCurrencyCodein interfaceClouddomainsRegistrationYearlyPrice
-
getUnits
public final String getUnits()
Description copied from interface:ClouddomainsRegistrationYearlyPriceThe whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddomains_registration#units ClouddomainsRegistration#units}
- Specified by:
getUnitsin interfaceClouddomainsRegistrationYearlyPrice
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-