@Stability(value=Stable) @Internal public static final class CfnRecordSetGroup.GeoLocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecordSetGroup.GeoLocationProperty
CfnRecordSetGroup.GeoLocationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRecordSetGroup.GeoLocationProperty.Builder, CfnRecordSetGroup.GeoLocationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRecordSetGroup.GeoLocationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRecordSetGroup.AliasTargetProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContinentCode()
For geolocation resource record sets, a two-letter abbreviation that identifies a continent.
|
String |
getCountryCode()
For geolocation resource record sets, the two-letter code for a country.
|
String |
getSubdivisionCode()
For geolocation resource record sets, the two-letter code for a state of the United States.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRecordSetGroup.GeoLocationProperty.Builder builder)
CfnRecordSetGroup.AliasTargetProperty.Builder.public final String getContinentCode()
CfnRecordSetGroup.GeoLocationProperty
Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.
getContinentCode in interface CfnRecordSetGroup.GeoLocationPropertypublic final String getCountryCode()
CfnRecordSetGroup.GeoLocationPropertyRoute 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2 .
getCountryCode in interface CfnRecordSetGroup.GeoLocationPropertypublic final String getSubdivisionCode()
CfnRecordSetGroup.GeoLocationProperty
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 specify US for CountryCode .
getSubdivisionCode in interface CfnRecordSetGroup.GeoLocationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.