@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeLogPublishingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
| Constructor and Description | 
|---|
| NodeLogPublishingConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeLogPublishingConfiguration | clone() | 
| boolean | equals(Object obj) | 
| NodeFabricLogPublishingConfiguration | getFabric()
 Configuration properties for logging events associated with a node that is owned by 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(NodeFabricLogPublishingConfiguration fabric)
 Configuration properties for logging events associated with a node that is owned by a member of a Managed
 Blockchain network using the Hyperledger Fabric framework. | 
| String | toString()Returns a string representation of this object. | 
| NodeLogPublishingConfiguration | withFabric(NodeFabricLogPublishingConfiguration fabric)
 Configuration properties for logging events associated with a node that is owned by a member of a Managed
 Blockchain network using the Hyperledger Fabric framework. | 
public void setFabric(NodeFabricLogPublishingConfiguration fabric)
Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.
fabric - Configuration properties for logging events associated with a node that is owned by a member of a Managed
        Blockchain network using the Hyperledger Fabric framework.public NodeFabricLogPublishingConfiguration getFabric()
Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.
public NodeLogPublishingConfiguration withFabric(NodeFabricLogPublishingConfiguration fabric)
Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.
fabric - Configuration properties for logging events associated with a node that is owned by a member of a Managed
        Blockchain network using the Hyperledger Fabric framework.public String toString()
toString in class ObjectObject.toString()public NodeLogPublishingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.