@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteNodeRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteNodeRequest |
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 this 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 this 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.
|
DeleteNodeRequest |
withMemberId(String memberId)
The unique identifier of the member that owns this node.
|
DeleteNodeRequest |
withNetworkId(String networkId)
The unique identifier of the network that the node is on.
|
DeleteNodeRequest |
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.
Ethereum public networks have the following NetworkId
s:
n-ethereum-mainnet
networkId
- The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkId
s:
n-ethereum-mainnet
public String getNetworkId()
The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkId
s:
n-ethereum-mainnet
Ethereum public networks have the following NetworkId
s:
n-ethereum-mainnet
public DeleteNodeRequest withNetworkId(String networkId)
The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkId
s:
n-ethereum-mainnet
networkId
- The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkId
s:
n-ethereum-mainnet
public void setMemberId(String memberId)
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
memberId
- The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
public String getMemberId()
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
public DeleteNodeRequest withMemberId(String memberId)
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
memberId
- The unique identifier of the member that owns this 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 DeleteNodeRequest 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 DeleteNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()