@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateVehicleFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateVehicleFleetRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateVehicleFleetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFleetId()
The unique ID of a fleet.
|
String |
getVehicleName()
The unique ID of the vehicle to disassociate from the fleet.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
The unique ID of a fleet.
|
void |
setVehicleName(String vehicleName)
The unique ID of the vehicle to disassociate from the fleet.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateVehicleFleetRequest |
withFleetId(String fleetId)
The unique ID of a fleet.
|
DisassociateVehicleFleetRequest |
withVehicleName(String vehicleName)
The unique ID of the vehicle to disassociate from 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, withSdkRequestTimeoutpublic void setVehicleName(String vehicleName)
The unique ID of the vehicle to disassociate from the fleet.
vehicleName - The unique ID of the vehicle to disassociate from the fleet.public String getVehicleName()
The unique ID of the vehicle to disassociate from the fleet.
public DisassociateVehicleFleetRequest withVehicleName(String vehicleName)
The unique ID of the vehicle to disassociate from the fleet.
vehicleName - The unique ID of the vehicle to disassociate from the fleet.public void setFleetId(String fleetId)
The unique ID of a fleet.
fleetId - The unique ID of a fleet.public String getFleetId()
The unique ID of a fleet.
public DisassociateVehicleFleetRequest withFleetId(String fleetId)
The unique ID of a fleet.
fleetId - The unique ID of a fleet.public String toString()
toString in class ObjectObject.toString()public DisassociateVehicleFleetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()