@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkFrameworkConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration properties relevant to the network for the blockchain framework that the network uses.
| Constructor and Description | 
|---|
| NetworkFrameworkConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| NetworkFrameworkConfiguration | clone() | 
| boolean | equals(Object obj) | 
| NetworkFabricConfiguration | getFabric()
 Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFabric(NetworkFabricConfiguration fabric)
 Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric. | 
| String | toString()Returns a string representation of this object. | 
| NetworkFrameworkConfiguration | withFabric(NetworkFabricConfiguration fabric)
 Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric. | 
public void setFabric(NetworkFabricConfiguration fabric)
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
fabric - Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.public NetworkFabricConfiguration getFabric()
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
public NetworkFrameworkConfiguration withFabric(NetworkFabricConfiguration fabric)
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
fabric - Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.public String toString()
toString in class ObjectObject.toString()public NetworkFrameworkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.