Class CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
@Stability(Stable)
@Internal
public static final class CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
An implementation for
CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
-
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.CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty.Builder, CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty.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 Number
The proposed new attachment policy rule number for the network function group.final String
The proposed name change for the network function group name.getTags()
The list of proposed changes to the key-value tags associated with the network function group.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
protected Jsii$Proxy(CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty.Builder
.
-
-
Method Details
-
getAttachmentPolicyRuleNumber
Description copied from interface:CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
The proposed new attachment policy rule number for the network function group.- Specified by:
getAttachmentPolicyRuleNumber
in interfaceCfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
- See Also:
-
getNetworkFunctionGroupName
Description copied from interface:CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
The proposed name change for the network function group name.- Specified by:
getNetworkFunctionGroupName
in interfaceCfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
- See Also:
-
getTags
Description copied from interface:CfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
The list of proposed changes to the key-value tags associated with the network function group.- Specified by:
getTags
in interfaceCfnConnectAttachment.ProposedNetworkFunctionGroupChangeProperty
- 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()
-