@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateFleetRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateFleetRequest |
clone() |
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.
|
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 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 ObjectObject.toString()public AssociateFleetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.