@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberFrameworkAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
Constructor and Description |
---|
MemberFrameworkAttributes() |
Modifier and Type | Method and Description |
---|---|
MemberFrameworkAttributes |
clone() |
boolean |
equals(Object obj) |
MemberFabricAttributes |
getFabric()
Attributes of Hyperledger Fabric relevant to 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(MemberFabricAttributes fabric)
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger
Fabric.
|
String |
toString()
Returns a string representation of this object.
|
MemberFrameworkAttributes |
withFabric(MemberFabricAttributes fabric)
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger
Fabric.
|
public void setFabric(MemberFabricAttributes fabric)
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric.
fabric
- Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses
Hyperledger Fabric.public MemberFabricAttributes getFabric()
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric.
public MemberFrameworkAttributes withFabric(MemberFabricAttributes fabric)
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric.
fabric
- Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses
Hyperledger Fabric.public String toString()
toString
in class Object
Object.toString()
public MemberFrameworkAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.