@Stability(value=Stable) @Internal public static final class CfnLinkProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLinkProps
CfnLinkProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnLinkProps.Builder, CfnLinkProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Object bandwidth,
String globalNetworkId,
String siteId,
String description,
String provider,
List<? extends CfnTag> tags,
String type)
Constructor that initializes the object based on literal property values passed by the
CfnLinkProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getBandwidth()
`AWS::NetworkManager::Link.Bandwidth`.
|
String |
getDescription()
`AWS::NetworkManager::Link.Description`.
|
String |
getGlobalNetworkId()
`AWS::NetworkManager::Link.GlobalNetworkId`.
|
String |
getProvider()
`AWS::NetworkManager::Link.Provider`.
|
String |
getSiteId()
`AWS::NetworkManager::Link.SiteId`.
|
List<CfnTag> |
getTags()
`AWS::NetworkManager::Link.Tags`.
|
String |
getType()
`AWS::NetworkManager::Link.Type`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Object getBandwidth()
CfnLinkProps
getBandwidth
in interface CfnLinkProps
public final String getGlobalNetworkId()
CfnLinkProps
getGlobalNetworkId
in interface CfnLinkProps
public final String getSiteId()
CfnLinkProps
getSiteId
in interface CfnLinkProps
public final String getDescription()
CfnLinkProps
getDescription
in interface CfnLinkProps
public final String getProvider()
CfnLinkProps
getProvider
in interface CfnLinkProps
public final List<CfnTag> getTags()
CfnLinkProps
getTags
in interface CfnLinkProps
public final String getType()
CfnLinkProps
getType
in interface CfnLinkProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.