@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration properties of the member.
| 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()
|
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)
|
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)
|
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)
logPublishingConfiguration - public MemberLogPublishingConfiguration getLogPublishingConfiguration()
public MemberConfiguration withLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
logPublishingConfiguration - public String toString()
toString in class ObjectObject.toString()public MemberConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.