@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateFleetRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateFleetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFleetName()
The name of the fleet to disassociate.
|
String |
getStackName()
The name of the stack with which the fleet is associated.
|
int |
hashCode() |
void |
setFleetName(String fleetName)
The name of the fleet to disassociate.
|
void |
setStackName(String stackName)
The name of the stack with which the fleet is associated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateFleetRequest |
withFleetName(String fleetName)
The name of the fleet to disassociate.
|
DisassociateFleetRequest |
withStackName(String stackName)
The name of the stack with which the fleet is associated.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFleetName(String fleetName)
The name of the fleet to disassociate.
fleetName - The name of the fleet to disassociate.public String getFleetName()
The name of the fleet to disassociate.
public DisassociateFleetRequest withFleetName(String fleetName)
The name of the fleet to disassociate.
fleetName - The name of the fleet to disassociate.public void setStackName(String stackName)
The name of the stack with which the fleet is associated.
stackName - The name of the stack with which the fleet is associated.public String getStackName()
The name of the stack with which the fleet is associated.
public DisassociateFleetRequest withStackName(String stackName)
The name of the stack with which the fleet is associated.
stackName - The name of the stack with which the fleet is associated.public String toString()
toString in class ObjectObject.toString()public DisassociateFleetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.