@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberLogPublishingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration properties for logging events associated with a member of a Managed Blockchain network.
| Constructor and Description | 
|---|
| MemberLogPublishingConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| MemberLogPublishingConfiguration | clone() | 
| boolean | equals(Object obj) | 
| MemberFabricLogPublishingConfiguration | getFabric()
 Configuration properties for logging events associated with a member of a Managed Blockchain network using the
 Hyperledger Fabric framework. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFabric(MemberFabricLogPublishingConfiguration fabric)
 Configuration properties for logging events associated with a member of a Managed Blockchain network using the
 Hyperledger Fabric framework. | 
| String | toString()Returns a string representation of this object. | 
| MemberLogPublishingConfiguration | withFabric(MemberFabricLogPublishingConfiguration fabric)
 Configuration properties for logging events associated with a member of a Managed Blockchain network using the
 Hyperledger Fabric framework. | 
public void setFabric(MemberFabricLogPublishingConfiguration fabric)
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
fabric - Configuration properties for logging events associated with a member of a Managed Blockchain network using
        the Hyperledger Fabric framework.public MemberFabricLogPublishingConfiguration getFabric()
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
public MemberLogPublishingConfiguration withFabric(MemberFabricLogPublishingConfiguration fabric)
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
fabric - Configuration properties for logging events associated with a member of a Managed Blockchain network using
        the Hyperledger Fabric framework.public String toString()
toString in class ObjectObject.toString()public MemberLogPublishingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.