@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateNodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateNodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateNodeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<EngineAttribute> |
getEngineAttributes()
Engine attributes used for disassociating the node.
|
String |
getNodeName()
The name of the Chef client node.
|
String |
getServerName()
The name of the server from which to disassociate the node.
|
int |
hashCode() |
void |
setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for disassociating the node.
|
void |
setNodeName(String nodeName)
The name of the Chef client node.
|
void |
setServerName(String serverName)
The name of the server from which to disassociate the node.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateNodeRequest |
withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for disassociating the node.
|
DisassociateNodeRequest |
withEngineAttributes(EngineAttribute... engineAttributes)
Engine attributes used for disassociating the node.
|
DisassociateNodeRequest |
withNodeName(String nodeName)
The name of the Chef client node.
|
DisassociateNodeRequest |
withServerName(String serverName)
The name of the server from which to disassociate 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, withSdkRequestTimeoutpublic void setServerName(String serverName)
The name of the server from which to disassociate the node.
serverName - The name of the server from which to disassociate the node.public String getServerName()
The name of the server from which to disassociate the node.
public DisassociateNodeRequest withServerName(String serverName)
The name of the server from which to disassociate the node.
serverName - The name of the server from which to disassociate the node.public void setNodeName(String nodeName)
The name of the Chef client node.
nodeName - The name of the Chef client node.public String getNodeName()
The name of the Chef client node.
public DisassociateNodeRequest withNodeName(String nodeName)
The name of the Chef client node.
nodeName - The name of the Chef client node.public List<EngineAttribute> getEngineAttributes()
Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one
organization named default can exist.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only
one organization named default can exist.
public void setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one
organization named default can exist.
engineAttributes - Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only
one organization named default can exist.
public DisassociateNodeRequest withEngineAttributes(EngineAttribute... engineAttributes)
Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one
organization named default can exist.
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 - Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only
one organization named default can exist.
public DisassociateNodeRequest withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one
organization named default can exist.
engineAttributes - Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only
one organization named default can exist.
public String toString()
toString in class ObjectObject.toString()public DisassociateNodeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.