Class SvcbRecordServiceModeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.SvcbRecordServiceModeProps.Jsii$Proxy
- All Implemented Interfaces:
SvcbRecordServiceModeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SvcbRecordServiceModeProps
@Stability(Stable)
@Internal
public static final class SvcbRecordServiceModeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SvcbRecordServiceModeProps
An implementation for
SvcbRecordServiceModeProps-
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.SvcbRecordServiceModeProps
SvcbRecordServiceModeProps.Builder, SvcbRecordServiceModeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSvcbRecordServiceModeProps.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 booleangetAlpn()Indicates the set of Application-Layer Protocol Negotiation (ALPN) protocol identifiers and associated transport protocols supported by this service endpoint.Conveys that clients may use to reach the service.Conveys that clients may use to reach the service.Indicates mandatory keys.final BooleanIndicates no default ALPN protocol identifiers.final NumbergetPort()The alternative port number.final NumberThe priority.final StringThe domain name of the alternative endpoint.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 theSvcbRecordServiceModeProps.Builder.
-
-
Method Details
-
getAlpn
Description copied from interface:SvcbRecordServiceModePropsIndicates the set of Application-Layer Protocol Negotiation (ALPN) protocol identifiers and associated transport protocols supported by this service endpoint.Default: - No ALPN protocol identifiers
- Specified by:
getAlpnin interfaceSvcbRecordServiceModeProps
-
getIpv4hint
Description copied from interface:SvcbRecordServiceModePropsConveys that clients may use to reach the service.Default: - No hints.
- Specified by:
getIpv4hintin interfaceSvcbRecordServiceModeProps
-
getIpv6hint
Description copied from interface:SvcbRecordServiceModePropsConveys that clients may use to reach the service.Default: - No hints.
- Specified by:
getIpv6hintin interfaceSvcbRecordServiceModeProps
-
getMandatory
Description copied from interface:SvcbRecordServiceModePropsIndicates mandatory keys.Default: - No mandatory keys
- Specified by:
getMandatoryin interfaceSvcbRecordServiceModeProps
-
getNoDefaultAlpn
Description copied from interface:SvcbRecordServiceModePropsIndicates no default ALPN protocol identifiers.The
alpnparameter must be supplied together.Default: false
- Specified by:
getNoDefaultAlpnin interfaceSvcbRecordServiceModeProps
-
getPort
Description copied from interface:SvcbRecordServiceModePropsThe alternative port number.Default: - Use the default port
- Specified by:
getPortin interfaceSvcbRecordServiceModeProps
-
getPriority
Description copied from interface:SvcbRecordServiceModePropsThe priority.Default: 1
- Specified by:
getPriorityin interfaceSvcbRecordServiceModeProps
-
getTargetName
Description copied from interface:SvcbRecordServiceModePropsThe domain name of the alternative endpoint.Default: '.' - The record name of the record itself
- Specified by:
getTargetNamein interfaceSvcbRecordServiceModeProps
-
$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()
-