@Stability(value=Stable) @Internal public static final class CfnRecordSet.GeoLocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecordSet.GeoLocationProperty
CfnRecordSet.GeoLocationProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnRecordSet.GeoLocationProperty.Builder, CfnRecordSet.GeoLocationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String continentCode,
String countryCode,
String subdivisionCode)
Constructor that initializes the object based on literal property values passed by the
CfnRecordSet.AliasTargetProperty.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContinentCode()
`CfnRecordSet.GeoLocationProperty.ContinentCode`.
|
String |
getCountryCode()
`CfnRecordSet.GeoLocationProperty.CountryCode`.
|
String |
getSubdivisionCode()
`CfnRecordSet.GeoLocationProperty.SubdivisionCode`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String continentCode, String countryCode, String subdivisionCode)
CfnRecordSet.AliasTargetProperty.Builder
.public final String getContinentCode()
CfnRecordSet.GeoLocationProperty
getContinentCode
in interface CfnRecordSet.GeoLocationProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-continentcode
public final String getCountryCode()
CfnRecordSet.GeoLocationProperty
getCountryCode
in interface CfnRecordSet.GeoLocationProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-countrycode
public final String getSubdivisionCode()
CfnRecordSet.GeoLocationProperty
getSubdivisionCode
in interface CfnRecordSet.GeoLocationProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-geolocation.html#cfn-route53-recordset-geolocation-subdivisioncode
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.