@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration properties of the member.
Applies only to Hyperledger Fabric.
Constructor and Description |
---|
MemberConfiguration() |
Modifier and Type | Method and Description |
---|---|
MemberConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
An optional description of the member.
|
MemberFrameworkConfiguration |
getFrameworkConfiguration()
Configuration properties of the blockchain framework relevant to the member.
|
MemberLogPublishingConfiguration |
getLogPublishingConfiguration()
Configuration properties for logging events associated with a member of a Managed Blockchain network.
|
String |
getName()
The name of the member.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
An optional description of the member.
|
void |
setFrameworkConfiguration(MemberFrameworkConfiguration frameworkConfiguration)
Configuration properties of the blockchain framework relevant to the member.
|
void |
setLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member of a Managed Blockchain network.
|
void |
setName(String name)
The name of the member.
|
String |
toString()
Returns a string representation of this object.
|
MemberConfiguration |
withDescription(String description)
An optional description of the member.
|
MemberConfiguration |
withFrameworkConfiguration(MemberFrameworkConfiguration frameworkConfiguration)
Configuration properties of the blockchain framework relevant to the member.
|
MemberConfiguration |
withLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member of a Managed Blockchain network.
|
MemberConfiguration |
withName(String name)
The name of the member.
|
public void setName(String name)
The name of the member.
name
- The name of the member.public String getName()
The name of the member.
public MemberConfiguration withName(String name)
The name of the member.
name
- The name of the member.public void setDescription(String description)
An optional description of the member.
description
- An optional description of the member.public String getDescription()
An optional description of the member.
public MemberConfiguration withDescription(String description)
An optional description of the member.
description
- An optional description of the member.public void setFrameworkConfiguration(MemberFrameworkConfiguration frameworkConfiguration)
Configuration properties of the blockchain framework relevant to the member.
frameworkConfiguration
- Configuration properties of the blockchain framework relevant to the member.public MemberFrameworkConfiguration getFrameworkConfiguration()
Configuration properties of the blockchain framework relevant to the member.
public MemberConfiguration withFrameworkConfiguration(MemberFrameworkConfiguration frameworkConfiguration)
Configuration properties of the blockchain framework relevant to the member.
frameworkConfiguration
- Configuration properties of the blockchain framework relevant to the member.public void setLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member of a Managed Blockchain network.
logPublishingConfiguration
- Configuration properties for logging events associated with a member of a Managed Blockchain network.public MemberLogPublishingConfiguration getLogPublishingConfiguration()
Configuration properties for logging events associated with a member of a Managed Blockchain network.
public MemberConfiguration withLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member of a Managed Blockchain network.
logPublishingConfiguration
- Configuration properties for logging events associated with a member of a Managed Blockchain network.public String toString()
toString
in class Object
Object.toString()
public MemberConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.