public static interface UpdateVehicleError.Builder extends SdkPojo, CopyableBuilder<UpdateVehicleError.Builder,UpdateVehicleError>
| Modifier and Type | Method and Description |
|---|---|
UpdateVehicleError.Builder |
code(Integer code)
The relevant HTTP error code (400+).
|
UpdateVehicleError.Builder |
message(String message)
A message associated with the error.
|
UpdateVehicleError.Builder |
vehicleName(String vehicleName)
The ID of the vehicle with the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVehicleError.Builder vehicleName(String vehicleName)
The ID of the vehicle with the error.
vehicleName - The ID of the vehicle with the error.UpdateVehicleError.Builder code(Integer code)
The relevant HTTP error code (400+).
code - The relevant HTTP error code (400+).UpdateVehicleError.Builder message(String message)
A message associated with the error.
message - A message associated with the error.Copyright © 2022. All rights reserved.