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
  • 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

      protected Jsii$Proxy(CfnLinkProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLinkProps.Builder.
  • Method Details

    • getBandwidth

      public final Object getBandwidth()
      Description copied from interface: CfnLinkProps
      The bandwidth for the link.
      Specified by:
      getBandwidth in interface CfnLinkProps
    • getGlobalNetworkId

      public final String getGlobalNetworkId()
      Description copied from interface: CfnLinkProps
      The ID of the global network.
      Specified by:
      getGlobalNetworkId in interface CfnLinkProps
    • getSiteId

      public final String getSiteId()
      Description copied from interface: CfnLinkProps
      The ID of the site.
      Specified by:
      getSiteId in interface CfnLinkProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnLinkProps
      A description of the link.

      Constraints: Maximum length of 256 characters.

      Specified by:
      getDescription in interface CfnLinkProps
    • getProvider

      public final String 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 interface CfnLinkProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnLinkProps
      The tags for the link.
      Specified by:
      getTags in interface CfnLinkProps
    • getType

      public final String 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 interface CfnLinkProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object