@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkFrameworkAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Attributes relevant to the network for the blockchain framework that the network uses.
Constructor and Description |
---|
NetworkFrameworkAttributes() |
Modifier and Type | Method and Description |
---|---|
NetworkFrameworkAttributes |
clone() |
boolean |
equals(Object obj) |
NetworkEthereumAttributes |
getEthereum()
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
|
NetworkFabricAttributes |
getFabric()
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEthereum(NetworkEthereumAttributes ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
|
void |
setFabric(NetworkFabricAttributes fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
|
String |
toString()
Returns a string representation of this object.
|
NetworkFrameworkAttributes |
withEthereum(NetworkEthereumAttributes ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
|
NetworkFrameworkAttributes |
withFabric(NetworkFabricAttributes fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
|
public void setFabric(NetworkFabricAttributes fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
fabric
- Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.public NetworkFabricAttributes getFabric()
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
public NetworkFrameworkAttributes withFabric(NetworkFabricAttributes fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
fabric
- Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.public void setEthereum(NetworkEthereumAttributes ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
ethereum
- Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.public NetworkEthereumAttributes getEthereum()
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
public NetworkFrameworkAttributes withEthereum(NetworkEthereumAttributes ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
ethereum
- Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.public String toString()
toString
in class Object
Object.toString()
public NetworkFrameworkAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.