@Stability(value=Stable) @Internal public static final class HostedZoneContextQuery.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HostedZoneContextQuery
HostedZoneContextQuerysoftware.amazon.jsii.JsiiObject.InitializationModeHostedZoneContextQuery.Builder, HostedZoneContextQuery.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HostedZoneContextQuery.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HostedZoneContextQuery.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 |
getAccount()
Query account.
|
String |
getDomainName()
The domain name e.g.
|
String |
getLookupRoleArn()
The ARN of the role that should be used to look up the missing values.
|
Boolean |
getPrivateZone()
True if the zone you want to find is a private hosted zone.
|
String |
getRegion()
Query region.
|
String |
getVpcId()
The VPC ID to that the private zone must be associated with.
|
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(HostedZoneContextQuery.Builder builder)
HostedZoneContextQuery.Builder.public final String getAccount()
HostedZoneContextQuerygetAccount in interface HostedZoneContextQuerypublic final String getDomainName()
HostedZoneContextQuerygetDomainName in interface HostedZoneContextQuerypublic final String getRegion()
HostedZoneContextQuerygetRegion in interface HostedZoneContextQuerypublic final String getLookupRoleArn()
HostedZoneContextQueryDefault: - None
getLookupRoleArn in interface HostedZoneContextQuerypublic final Boolean getPrivateZone()
HostedZoneContextQueryDefault: false
getPrivateZone in interface HostedZoneContextQuerypublic final String getVpcId()
HostedZoneContextQueryIf you provide VPC ID and privateZone is false, this will return no results and raise an error.
Default: - Required if privateZone=true
getVpcId in interface HostedZoneContextQuery@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.