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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.SvcbRecordServiceModeProps
SvcbRecordServiceModeProps.Builder, SvcbRecordServiceModeProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSvcbRecordServiceModeProps.Builder
.protected
Jsii$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.JsonNode
final boolean
getAlpn()
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 Boolean
Indicates no default ALPN protocol identifiers.final Number
getPort()
The alternative port number.final Number
The priority.final String
The domain name of the alternative endpoint.final int
hashCode()
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:SvcbRecordServiceModeProps
Indicates 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:
getAlpn
in interfaceSvcbRecordServiceModeProps
-
getIpv4hint
Description copied from interface:SvcbRecordServiceModeProps
Conveys that clients may use to reach the service.Default: - No hints.
- Specified by:
getIpv4hint
in interfaceSvcbRecordServiceModeProps
-
getIpv6hint
Description copied from interface:SvcbRecordServiceModeProps
Conveys that clients may use to reach the service.Default: - No hints.
- Specified by:
getIpv6hint
in interfaceSvcbRecordServiceModeProps
-
getMandatory
Description copied from interface:SvcbRecordServiceModeProps
Indicates mandatory keys.Default: - No mandatory keys
- Specified by:
getMandatory
in interfaceSvcbRecordServiceModeProps
-
getNoDefaultAlpn
Description copied from interface:SvcbRecordServiceModeProps
Indicates no default ALPN protocol identifiers.The
alpn
parameter must be supplied together.Default: false
- Specified by:
getNoDefaultAlpn
in interfaceSvcbRecordServiceModeProps
-
getPort
Description copied from interface:SvcbRecordServiceModeProps
The alternative port number.Default: - Use the default port
- Specified by:
getPort
in interfaceSvcbRecordServiceModeProps
-
getPriority
Description copied from interface:SvcbRecordServiceModeProps
The priority.Default: 1
- Specified by:
getPriority
in interfaceSvcbRecordServiceModeProps
-
getTargetName
Description copied from interface:SvcbRecordServiceModeProps
The domain name of the alternative endpoint.Default: '.' - The record name of the record itself
- Specified by:
getTargetName
in interfaceSvcbRecordServiceModeProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-