public class AssociateNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateNodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateNodeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<EngineAttribute> |
getEngineAttributes() |
String |
getNodeName() |
String |
getServerName() |
int |
hashCode() |
void |
setEngineAttributes(Collection<EngineAttribute> engineAttributes) |
void |
setNodeName(String nodeName) |
void |
setServerName(String serverName) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateNodeRequest |
withEngineAttributes(Collection<EngineAttribute> engineAttributes) |
AssociateNodeRequest |
withEngineAttributes(EngineAttribute... engineAttributes)
NOTE: This method appends the values to the existing list (if any).
|
AssociateNodeRequest |
withNodeName(String nodeName) |
AssociateNodeRequest |
withServerName(String serverName) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setServerName(String serverName)
serverName - public String getServerName()
public AssociateNodeRequest withServerName(String serverName)
serverName - public void setNodeName(String nodeName)
nodeName - public String getNodeName()
public AssociateNodeRequest withNodeName(String nodeName)
nodeName - public List<EngineAttribute> getEngineAttributes()
public void setEngineAttributes(Collection<EngineAttribute> engineAttributes)
engineAttributes - public AssociateNodeRequest withEngineAttributes(EngineAttribute... engineAttributes)
NOTE: This method appends the values to the existing list (if any). Use
setEngineAttributes(java.util.Collection) or withEngineAttributes(java.util.Collection) if you
want to override the existing values.
engineAttributes - public AssociateNodeRequest withEngineAttributes(Collection<EngineAttribute> engineAttributes)
engineAttributes - public String toString()
toString in class ObjectObject.toString()public AssociateNodeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.