Class CfnServiceNetworkServiceAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnServiceNetworkServiceAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceNetworkServiceAssociationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceNetworkServiceAssociationProps
@Stability(Stable)
@Internal
public static final class CfnServiceNetworkServiceAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceNetworkServiceAssociationProps
An implementation for
CfnServiceNetworkServiceAssociationProps
-
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.vpclattice.CfnServiceNetworkServiceAssociationProps
CfnServiceNetworkServiceAssociationProps.Builder, CfnServiceNetworkServiceAssociationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnServiceNetworkServiceAssociationProps.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
final Object
The DNS information of the service.final String
The ID or Amazon Resource Name (ARN) of the service.final String
The ID or Amazon Resource Name (ARN) of the service network.getTags()
The tags for the association.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 theCfnServiceNetworkServiceAssociationProps.Builder
.
-
-
Method Details
-
getDnsEntry
Description copied from interface:CfnServiceNetworkServiceAssociationProps
The DNS information of the service.- Specified by:
getDnsEntry
in interfaceCfnServiceNetworkServiceAssociationProps
- See Also:
-
getServiceIdentifier
Description copied from interface:CfnServiceNetworkServiceAssociationProps
The ID or Amazon Resource Name (ARN) of the service.- Specified by:
getServiceIdentifier
in interfaceCfnServiceNetworkServiceAssociationProps
- See Also:
-
getServiceNetworkIdentifier
Description copied from interface:CfnServiceNetworkServiceAssociationProps
The ID or Amazon Resource Name (ARN) of the service network.You must use the ARN if the resources specified in the operation are in different accounts.
- Specified by:
getServiceNetworkIdentifier
in interfaceCfnServiceNetworkServiceAssociationProps
- See Also:
-
getTags
Description copied from interface:CfnServiceNetworkServiceAssociationProps
The tags for the association.- Specified by:
getTags
in interfaceCfnServiceNetworkServiceAssociationProps
- See Also:
-
$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()
-