@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeFrameworkAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Attributes relevant to a node on a Managed Blockchain network for the blockchain framework that the network uses.
| Constructor and Description | 
|---|
NodeFrameworkAttributes()  | 
| Modifier and Type | Method and Description | 
|---|---|
NodeFrameworkAttributes | 
clone()  | 
boolean | 
equals(Object obj)  | 
NodeEthereumAttributes | 
getEthereum()
 Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum. 
 | 
NodeFabricAttributes | 
getFabric()
 Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setEthereum(NodeEthereumAttributes ethereum)
 Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum. 
 | 
void | 
setFabric(NodeFabricAttributes fabric)
 Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
NodeFrameworkAttributes | 
withEthereum(NodeEthereumAttributes ethereum)
 Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum. 
 | 
NodeFrameworkAttributes | 
withFabric(NodeFabricAttributes fabric)
 Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric. 
 | 
public void setFabric(NodeFabricAttributes fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
fabric - Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger
        Fabric.public NodeFabricAttributes getFabric()
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
public NodeFrameworkAttributes withFabric(NodeFabricAttributes fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
fabric - Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger
        Fabric.public void setEthereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
ethereum - Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.public NodeEthereumAttributes getEthereum()
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
public NodeFrameworkAttributes withEthereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
ethereum - Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.public String toString()
toString in class ObjectObject.toString()public NodeFrameworkAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.