@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()
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.
|
String |
getStackName()
The name of the stack.
|
int |
hashCode() |
void |
setFleetName(String fleetName)
The name of the fleet.
|
void |
setStackName(String stackName)
The name of the stack.
|
String |
toString()
Returns a string representation of this object.
|
AssociateFleetRequest |
withFleetName(String fleetName)
The name of the fleet.
|
AssociateFleetRequest |
withStackName(String stackName)
The name of the stack.
|
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 setFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public String getFleetName()
The name of the fleet.
public AssociateFleetRequest withFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public void setStackName(String stackName)
The name of the stack.
stackName
- The name of the stack.public String getStackName()
The name of the stack.
public AssociateFleetRequest withStackName(String stackName)
The name of the stack.
stackName
- The name of the stack.public String toString()
toString
in class Object
Object.toString()
public AssociateFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()