@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeFabricAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
Constructor and Description |
---|
NodeFabricAttributes() |
Modifier and Type | Method and Description |
---|---|
NodeFabricAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getPeerEndpoint()
The endpoint that identifies the peer node for all services except peer channel-based event services.
|
String |
getPeerEventEndpoint()
The endpoint that identifies the peer node for peer channel-based event services.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPeerEndpoint(String peerEndpoint)
The endpoint that identifies the peer node for all services except peer channel-based event services.
|
void |
setPeerEventEndpoint(String peerEventEndpoint)
The endpoint that identifies the peer node for peer channel-based event services.
|
String |
toString()
Returns a string representation of this object.
|
NodeFabricAttributes |
withPeerEndpoint(String peerEndpoint)
The endpoint that identifies the peer node for all services except peer channel-based event services.
|
NodeFabricAttributes |
withPeerEventEndpoint(String peerEventEndpoint)
The endpoint that identifies the peer node for peer channel-based event services.
|
public void setPeerEndpoint(String peerEndpoint)
The endpoint that identifies the peer node for all services except peer channel-based event services.
peerEndpoint
- The endpoint that identifies the peer node for all services except peer channel-based event services.public String getPeerEndpoint()
The endpoint that identifies the peer node for all services except peer channel-based event services.
public NodeFabricAttributes withPeerEndpoint(String peerEndpoint)
The endpoint that identifies the peer node for all services except peer channel-based event services.
peerEndpoint
- The endpoint that identifies the peer node for all services except peer channel-based event services.public void setPeerEventEndpoint(String peerEventEndpoint)
The endpoint that identifies the peer node for peer channel-based event services.
peerEventEndpoint
- The endpoint that identifies the peer node for peer channel-based event services.public String getPeerEventEndpoint()
The endpoint that identifies the peer node for peer channel-based event services.
public NodeFabricAttributes withPeerEventEndpoint(String peerEventEndpoint)
The endpoint that identifies the peer node for peer channel-based event services.
peerEventEndpoint
- The endpoint that identifies the peer node for peer channel-based event services.public String toString()
toString
in class Object
Object.toString()
public NodeFabricAttributes 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.