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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.managedblockchain.CfnMember.NetworkConfigurationProperty
CfnMember.NetworkConfigurationProperty.Builder, CfnMember.NetworkConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMember.NetworkConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringAttributes of the blockchain framework for the network.final StringThe blockchain framework that the network uses.final StringThe version of the blockchain framework that the network uses.final StringgetName()The name of the network.final ObjectConfiguration properties relevant to the network for the blockchain framework that the network uses.final ObjectThe voting rules that the network uses to decide if a proposal is accepted.final inthashCode()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.NetworkConfigurationPropertyThe blockchain framework that the network uses.- Specified by:
getFrameworkin interfaceCfnMember.NetworkConfigurationProperty- See Also:
-
getFrameworkVersion
Description copied from interface:CfnMember.NetworkConfigurationPropertyThe version of the blockchain framework that the network uses.- Specified by:
getFrameworkVersionin interfaceCfnMember.NetworkConfigurationProperty- See Also:
-
getName
Description copied from interface:CfnMember.NetworkConfigurationPropertyThe name of the network.- Specified by:
getNamein interfaceCfnMember.NetworkConfigurationProperty- See Also:
-
getVotingPolicy
Description copied from interface:CfnMember.NetworkConfigurationPropertyThe voting rules that the network uses to decide if a proposal is accepted.Returns union: either
IResolvableorCfnMember.VotingPolicyProperty- Specified by:
getVotingPolicyin interfaceCfnMember.NetworkConfigurationProperty- See Also:
-
getDescription
Description copied from interface:CfnMember.NetworkConfigurationPropertyAttributes of the blockchain framework for the network.- Specified by:
getDescriptionin interfaceCfnMember.NetworkConfigurationProperty- See Also:
-
getNetworkFrameworkConfiguration
Description copied from interface:CfnMember.NetworkConfigurationPropertyConfiguration properties relevant to the network for the blockchain framework that the network uses.Returns union: either
IResolvableorCfnMember.NetworkFrameworkConfigurationProperty- Specified by:
getNetworkFrameworkConfigurationin interfaceCfnMember.NetworkConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-