Class CfnMemberPropsMixin.NetworkConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.managedblockchain.CfnMemberPropsMixin.NetworkConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMemberPropsMixin.NetworkConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMemberPropsMixin.NetworkConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnMemberPropsMixin.NetworkConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMemberPropsMixin.NetworkConfigurationProperty
An implementation for
CfnMemberPropsMixin.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.cfnpropertymixins.services.managedblockchain.CfnMemberPropsMixin.NetworkConfigurationProperty
CfnMemberPropsMixin.NetworkConfigurationProperty.Builder, CfnMemberPropsMixin.NetworkConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMemberPropsMixin.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 theCfnMemberPropsMixin.NetworkConfigurationProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnMemberPropsMixin.NetworkConfigurationPropertyAttributes of the blockchain framework for the network.- Specified by:
getDescriptionin interfaceCfnMemberPropsMixin.NetworkConfigurationProperty- See Also:
-
getFramework
Description copied from interface:CfnMemberPropsMixin.NetworkConfigurationPropertyThe blockchain framework that the network uses.- Specified by:
getFrameworkin interfaceCfnMemberPropsMixin.NetworkConfigurationProperty- See Also:
-
getFrameworkVersion
Description copied from interface:CfnMemberPropsMixin.NetworkConfigurationPropertyThe version of the blockchain framework that the network uses.- Specified by:
getFrameworkVersionin interfaceCfnMemberPropsMixin.NetworkConfigurationProperty- See Also:
-
getName
Description copied from interface:CfnMemberPropsMixin.NetworkConfigurationPropertyThe name of the network.- Specified by:
getNamein interfaceCfnMemberPropsMixin.NetworkConfigurationProperty- See Also:
-
getNetworkFrameworkConfiguration
Description copied from interface:CfnMemberPropsMixin.NetworkConfigurationPropertyConfiguration properties relevant to the network for the blockchain framework that the network uses.Returns union: either
IResolvableorCfnMemberPropsMixin.NetworkFrameworkConfigurationProperty- Specified by:
getNetworkFrameworkConfigurationin interfaceCfnMemberPropsMixin.NetworkConfigurationProperty- See Also:
-
getVotingPolicy
Description copied from interface:CfnMemberPropsMixin.NetworkConfigurationPropertyThe voting rules that the network uses to decide if a proposal is accepted.Returns union: either
IResolvableorCfnMemberPropsMixin.VotingPolicyProperty- Specified by:
getVotingPolicyin interfaceCfnMemberPropsMixin.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()
-