@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFleetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFleetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
An updated description of the fleet.
|
String |
getFleetId()
The ID of the fleet to update.
|
int |
hashCode() |
void |
setDescription(String description)
An updated description of the fleet.
|
void |
setFleetId(String fleetId)
The ID of the fleet to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFleetRequest |
withDescription(String description)
An updated description of the fleet.
|
UpdateFleetRequest |
withFleetId(String fleetId)
The ID of the fleet to update.
|
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 setFleetId(String fleetId)
The ID of the fleet to update.
fleetId
- The ID of the fleet to update.public String getFleetId()
The ID of the fleet to update.
public UpdateFleetRequest withFleetId(String fleetId)
The ID of the fleet to update.
fleetId
- The ID of the fleet to update.public void setDescription(String description)
An updated description of the fleet.
description
- An updated description of the fleet.public String getDescription()
An updated description of the fleet.
public UpdateFleetRequest withDescription(String description)
An updated description of the fleet.
description
- An updated description of the fleet.public String toString()
toString
in class Object
Object.toString()
public UpdateFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()