@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 to which the node belongs.
|
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 to which the node belongs.
|
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 to which the node belongs.
|
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 to which the node belongs.
networkId
- The unique identifier of the network to which the node belongs.public String getNetworkId()
The unique identifier of the network to which the node belongs.
public GetNodeRequest withNetworkId(String networkId)
The unique identifier of the network to which the node belongs.
networkId
- The unique identifier of the network to which the node belongs.public void setMemberId(String memberId)
The unique identifier of the member that owns the node.
memberId
- The unique identifier of the member that owns the node.public String getMemberId()
The unique identifier of the member that owns the node.
public GetNodeRequest withMemberId(String memberId)
The unique identifier of the member that owns the node.
memberId
- The unique identifier of the member that owns the 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 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.