Class CfnLinkProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnLinkProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLinkProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLinkProps
@Stability(Stable)
@Internal
public static final class CfnLinkProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLinkProps
An implementation for
CfnLinkProps
-
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.networkmanager.CfnLinkProps
CfnLinkProps.Builder, CfnLinkProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnLinkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLinkProps.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 bandwidth for the link.final String
A description of the link.final String
The ID of the global network.final String
The provider of the link.final String
The ID of the site.getTags()
The tags for the link.final String
getType()
The type of the link.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 theCfnLinkProps.Builder
.
-
-
Method Details
-
getBandwidth
Description copied from interface:CfnLinkProps
The bandwidth for the link.- Specified by:
getBandwidth
in interfaceCfnLinkProps
- See Also:
-
getGlobalNetworkId
Description copied from interface:CfnLinkProps
The ID of the global network.- Specified by:
getGlobalNetworkId
in interfaceCfnLinkProps
- See Also:
-
getSiteId
Description copied from interface:CfnLinkProps
The ID of the site.- Specified by:
getSiteId
in interfaceCfnLinkProps
- See Also:
-
getDescription
Description copied from interface:CfnLinkProps
A description of the link.Constraints: Maximum length of 256 characters.
- Specified by:
getDescription
in interfaceCfnLinkProps
- See Also:
-
getProvider
Description copied from interface:CfnLinkProps
The provider of the link.Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
- Specified by:
getProvider
in interfaceCfnLinkProps
- See Also:
-
getTags
Description copied from interface:CfnLinkProps
The tags for the link.- Specified by:
getTags
in interfaceCfnLinkProps
- See Also:
-
getType
Description copied from interface:CfnLinkProps
The type of the link.Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
- Specified by:
getType
in interfaceCfnLinkProps
- 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()
-