public class AssociateFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateFleetRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateFleetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getFleetName()
The name of the fleet to associate.
|
String |
getStackName()
The name of the stack to which the fleet is associated.
|
int |
hashCode() |
void |
setFleetName(String fleetName)
The name of the fleet to associate.
|
void |
setStackName(String stackName)
The name of the stack to which the fleet is associated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateFleetRequest |
withFleetName(String fleetName)
The name of the fleet to associate.
|
AssociateFleetRequest |
withStackName(String stackName)
The name of the stack to which the fleet is associated.
|
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 setFleetName(String fleetName)
The name of the fleet to associate.
fleetName
- The name of the fleet to associate.public String getFleetName()
The name of the fleet to associate.
public AssociateFleetRequest withFleetName(String fleetName)
The name of the fleet to associate.
fleetName
- The name of the fleet to associate.public void setStackName(String stackName)
The name of the stack to which the fleet is associated.
stackName
- The name of the stack to which the fleet is associated.public String getStackName()
The name of the stack to which the fleet is associated.
public AssociateFleetRequest withStackName(String stackName)
The name of the stack to which the fleet is associated.
stackName
- The name of the stack to which the fleet is associated.public String toString()
toString
in class Object
Object.toString()
public AssociateFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.