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