Class CfnRecordSet.GeoLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.CfnRecordSet.GeoLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRecordSet.GeoLocationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRecordSet.GeoLocationProperty
@Stability(Stable)
@Internal
public static final class CfnRecordSet.GeoLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecordSet.GeoLocationProperty
An implementation for
CfnRecordSet.GeoLocationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.CfnRecordSet.GeoLocationProperty
CfnRecordSet.GeoLocationProperty.Builder, CfnRecordSet.GeoLocationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRecordSet.GeoLocationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
For geolocation resource record sets, a two-letter abbreviation that identifies a continent.final String
For geolocation resource record sets, the two-letter code for a country.final String
For geolocation resource record sets, the two-letter code for a state of the United States.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnRecordSet.GeoLocationProperty.Builder
.
-
-
Method Details
-
getContinentCode
Description copied from interface:CfnRecordSet.GeoLocationProperty
For geolocation resource record sets, a two-letter abbreviation that identifies a continent. Route 53 supports the following continent codes:.- AF : Africa
- AN : Antarctica
- AS : Asia
- EU : Europe
- OC : Oceania
- NA : North America
- SA : South America
Constraint: Specifying
ContinentCode
with eitherCountryCode
orSubdivisionCode
returns anInvalidInput
error.- Specified by:
getContinentCode
in interfaceCfnRecordSet.GeoLocationProperty
-
getCountryCode
Description copied from interface:CfnRecordSet.GeoLocationProperty
For geolocation resource record sets, the two-letter code for a country.Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2 .
- Specified by:
getCountryCode
in interfaceCfnRecordSet.GeoLocationProperty
-
getSubdivisionCode
Description copied from interface:CfnRecordSet.GeoLocationProperty
For geolocation resource record sets, the two-letter code for a state of the United States.Route 53 doesn't support any other values for
SubdivisionCode
. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website.If you specify
subdivisioncode
, you must also specifyUS
forCountryCode
.- Specified by:
getSubdivisionCode
in interfaceCfnRecordSet.GeoLocationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-