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