@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public AssociateNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.