@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateApplicationFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateApplicationFleetRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateApplicationFleetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationArn()
The ARN of the application.
|
String |
getFleetName()
The name of the fleet.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The ARN of the application.
|
void |
setFleetName(String fleetName)
The name of the fleet.
|
String |
toString()
Returns a string representation of this object.
|
AssociateApplicationFleetRequest |
withApplicationArn(String applicationArn)
The ARN of the application.
|
AssociateApplicationFleetRequest |
withFleetName(String fleetName)
The name of the fleet.
|
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 AssociateApplicationFleetRequest withFleetName(String fleetName)
The name of the fleet.
fleetName
- The name of the fleet.public void setApplicationArn(String applicationArn)
The ARN of the application.
applicationArn
- The ARN of the application.public String getApplicationArn()
The ARN of the application.
public AssociateApplicationFleetRequest withApplicationArn(String applicationArn)
The ARN of the application.
applicationArn
- The ARN of the application.public String toString()
toString
in class Object
Object.toString()
public AssociateApplicationFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()