@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetNodeRequest() |
Modifier and Type | Method and Description |
---|---|
GetNodeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMemberId()
The unique identifier of the member that owns the node.
|
String |
getNetworkId()
The unique identifier of the network that the node is on.
|
String |
getNodeId()
The unique identifier of the node.
|
int |
hashCode() |
void |
setMemberId(String memberId)
The unique identifier of the member that owns the node.
|
void |
setNetworkId(String networkId)
The unique identifier of the network that the node is on.
|
void |
setNodeId(String nodeId)
The unique identifier of the node.
|
String |
toString()
Returns a string representation of this object.
|
GetNodeRequest |
withMemberId(String memberId)
The unique identifier of the member that owns the node.
|
GetNodeRequest |
withNetworkId(String networkId)
The unique identifier of the network that the node is on.
|
GetNodeRequest |
withNodeId(String nodeId)
The unique identifier of the node.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNetworkId(String networkId)
The unique identifier of the network that the node is on.
networkId
- The unique identifier of the network that the node is on.public String getNetworkId()
The unique identifier of the network that the node is on.
public GetNodeRequest withNetworkId(String networkId)
The unique identifier of the network that the node is on.
networkId
- The unique identifier of the network that the node is on.public void setMemberId(String memberId)
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
memberId
- The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
public String getMemberId()
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
public GetNodeRequest withMemberId(String memberId)
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
memberId
- The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
public void setNodeId(String nodeId)
The unique identifier of the node.
nodeId
- The unique identifier of the node.public String getNodeId()
The unique identifier of the node.
public GetNodeRequest withNodeId(String nodeId)
The unique identifier of the node.
nodeId
- The unique identifier of the node.public String toString()
toString
in class Object
Object.toString()
public GetNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()