@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 that are used for disassociating the node.
|
String |
getNodeName()
The name of the client node.
|
String |
getServerName()
The name of the server from which to disassociate the node.
|
int |
hashCode() |
void |
setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are used for disassociating the node.
|
void |
setNodeName(String nodeName)
The name of the 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.
|
DisassociateNodeRequest |
withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are used for disassociating the node.
|
DisassociateNodeRequest |
withEngineAttributes(EngineAttribute... engineAttributes)
Engine attributes that are used for disassociating the node.
|
DisassociateNodeRequest |
withNodeName(String nodeName)
The name of the 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, withSdkRequestTimeout
public 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 client node.
nodeName
- The name of the client node.public String getNodeName()
The name of the client node.
public DisassociateNodeRequest withNodeName(String nodeName)
The name of the client node.
nodeName
- The name of the client node.public List<EngineAttribute> getEngineAttributes()
Engine attributes that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
CHEF_ORGANIZATION
: The Chef organization with which the node was associated. By default only one
organization named default
can exist.
Attributes required in a DisassociateNode request for Chef
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 that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
CHEF_ORGANIZATION
: The Chef organization with which the node was associated. By default only one
organization named default
can exist.
engineAttributes
- Engine attributes that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
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 that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
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 that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
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 that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
CHEF_ORGANIZATION
: The Chef organization with which the node was associated. By default only one
organization named default
can exist.
engineAttributes
- Engine attributes that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
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 Object
Object.toString()
public DisassociateNodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()