@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberFabricAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
Constructor and Description |
---|
MemberFabricAttributes() |
Modifier and Type | Method and Description |
---|---|
MemberFabricAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getAdminUsername()
The user name for the initial administrator user for the member.
|
String |
getCaEndpoint()
The endpoint used to access the member's certificate authority.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdminUsername(String adminUsername)
The user name for the initial administrator user for the member.
|
void |
setCaEndpoint(String caEndpoint)
The endpoint used to access the member's certificate authority.
|
String |
toString()
Returns a string representation of this object.
|
MemberFabricAttributes |
withAdminUsername(String adminUsername)
The user name for the initial administrator user for the member.
|
MemberFabricAttributes |
withCaEndpoint(String caEndpoint)
The endpoint used to access the member's certificate authority.
|
public void setAdminUsername(String adminUsername)
The user name for the initial administrator user for the member.
adminUsername
- The user name for the initial administrator user for the member.public String getAdminUsername()
The user name for the initial administrator user for the member.
public MemberFabricAttributes withAdminUsername(String adminUsername)
The user name for the initial administrator user for the member.
adminUsername
- The user name for the initial administrator user for the member.public void setCaEndpoint(String caEndpoint)
The endpoint used to access the member's certificate authority.
caEndpoint
- The endpoint used to access the member's certificate authority.public String getCaEndpoint()
The endpoint used to access the member's certificate authority.
public MemberFabricAttributes withCaEndpoint(String caEndpoint)
The endpoint used to access the member's certificate authority.
caEndpoint
- The endpoint used to access the member's certificate authority.public String toString()
toString
in class Object
Object.toString()
public MemberFabricAttributes 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.