Class CfnNodeMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.managedblockchain.CfnNodeMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNodeMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNodeMixinProps
@Stability(Stable)
@Internal
public static final class CfnNodeMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNodeMixinProps
An implementation for
CfnNodeMixinProps-
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.CfnNodeMixinProps
CfnNodeMixinProps.Builder, CfnNodeMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNodeMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNodeMixinProps.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 StringThe unique identifier of the member to which the node belongs.final StringThe unique identifier of the network for the node.final ObjectConfiguration properties of a peer node.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 theCfnNodeMixinProps.Builder.
-
-
Method Details
-
getMemberId
Description copied from interface:CfnNodeMixinPropsThe unique identifier of the member to which the node belongs.Applies only to Hyperledger Fabric.
- Specified by:
getMemberIdin interfaceCfnNodeMixinProps- See Also:
-
getNetworkId
Description copied from interface:CfnNodeMixinPropsThe unique identifier of the network for the node.Ethereum public networks have the following
NetworkIds:n-ethereum-mainnet
- Specified by:
getNetworkIdin interfaceCfnNodeMixinProps- See Also:
-
getNodeConfiguration
Description copied from interface:CfnNodeMixinPropsConfiguration properties of a peer node.Returns union: either
IResolvableorCfnNodePropsMixin.NodeConfigurationProperty- Specified by:
getNodeConfigurationin interfaceCfnNodeMixinProps- 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()
-