@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.
|
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 |
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 |
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.