Class CfnMember.NetworkConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.managedblockchain.CfnMember.NetworkConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMember.NetworkConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMember.NetworkConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnMember.NetworkConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMember.NetworkConfigurationProperty
An implementation for
CfnMember.NetworkConfigurationProperty
-
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.managedblockchain.CfnMember.NetworkConfigurationProperty
CfnMember.NetworkConfigurationProperty.Builder, CfnMember.NetworkConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMember.NetworkConfigurationProperty.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 String
Attributes of the blockchain framework for the network.final String
The blockchain framework that the network uses.final String
The version of the blockchain framework that the network uses.final String
getName()
The name of the network.final Object
Configuration properties relevant to the network for the blockchain framework that the network uses.final Object
The voting rules that the network uses to decide if a proposal is accepted.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 theCfnMember.NetworkConfigurationProperty.Builder
.
-
-
Method Details
-
getFramework
Description copied from interface:CfnMember.NetworkConfigurationProperty
The blockchain framework that the network uses.- Specified by:
getFramework
in interfaceCfnMember.NetworkConfigurationProperty
-
getFrameworkVersion
Description copied from interface:CfnMember.NetworkConfigurationProperty
The version of the blockchain framework that the network uses.- Specified by:
getFrameworkVersion
in interfaceCfnMember.NetworkConfigurationProperty
-
getName
Description copied from interface:CfnMember.NetworkConfigurationProperty
The name of the network.- Specified by:
getName
in interfaceCfnMember.NetworkConfigurationProperty
-
getVotingPolicy
Description copied from interface:CfnMember.NetworkConfigurationProperty
The voting rules that the network uses to decide if a proposal is accepted.- Specified by:
getVotingPolicy
in interfaceCfnMember.NetworkConfigurationProperty
-
getDescription
Description copied from interface:CfnMember.NetworkConfigurationProperty
Attributes of the blockchain framework for the network.- Specified by:
getDescription
in interfaceCfnMember.NetworkConfigurationProperty
-
getNetworkFrameworkConfiguration
Description copied from interface:CfnMember.NetworkConfigurationProperty
Configuration properties relevant to the network for the blockchain framework that the network uses.- Specified by:
getNetworkFrameworkConfiguration
in interfaceCfnMember.NetworkConfigurationProperty
-
$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()
-