Class CfnRecordSetGroup.GeoLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.CfnRecordSetGroup.GeoLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRecordSetGroup.GeoLocationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRecordSetGroup.GeoLocationProperty
@Stability(Stable)
@Internal
public static final class CfnRecordSetGroup.GeoLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRecordSetGroup.GeoLocationProperty
An implementation for
CfnRecordSetGroup.GeoLocationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.CfnRecordSetGroup.GeoLocationProperty
CfnRecordSetGroup.GeoLocationProperty.Builder, CfnRecordSetGroup.GeoLocationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRecordSetGroup.GeoLocationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringFor geolocation resource record sets, a two-letter abbreviation that identifies a continent.final StringFor geolocation resource record sets, the two-letter code for a country.final StringFor geolocation resource record sets, the two-letter code for a state of the United States.final inthashCode()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 theCfnRecordSetGroup.GeoLocationProperty.Builder.
-
-
Method Details
-
getContinentCode
Description copied from interface:CfnRecordSetGroup.GeoLocationPropertyFor 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
ContinentCodewith eitherCountryCodeorSubdivisionCodereturns anInvalidInputerror.- Specified by:
getContinentCodein interfaceCfnRecordSetGroup.GeoLocationProperty
-
getCountryCode
Description copied from interface:CfnRecordSetGroup.GeoLocationPropertyFor 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:
getCountryCodein interfaceCfnRecordSetGroup.GeoLocationProperty
-
getSubdivisionCode
Description copied from interface:CfnRecordSetGroup.GeoLocationPropertyFor 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 specifyUSforCountryCode.- Specified by:
getSubdivisionCodein interfaceCfnRecordSetGroup.GeoLocationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-