@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 belongs to.
|
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 belongs to.
|
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 belongs to.
|
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 belongs to.
networkId
- The unique identifier of the network that the node belongs to.public String getNetworkId()
The unique identifier of the network that the node belongs to.
public DeleteNodeRequest withNetworkId(String networkId)
The unique identifier of the network that the node belongs to.
networkId
- The unique identifier of the network that the node belongs to.public void setMemberId(String memberId)
The unique identifier of the member that owns this node.
memberId
- The unique identifier of the member that owns this node.public String getMemberId()
The unique identifier of the member that owns this node.
public DeleteNodeRequest withMemberId(String memberId)
The unique identifier of the member that owns this node.
memberId
- The unique identifier of the member that owns this node.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()