@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DisassociateFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.