7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/VehicleState.h>
50 inline void SetCampaignName(
const char* value) { m_campaignNameHasBeenSet =
true; m_campaignName.assign(value); }
64 inline void SetVehicleName(
const char* value) { m_vehicleNameHasBeenSet =
true; m_vehicleName.assign(value); }
92 bool m_campaignNameHasBeenSet =
false;
95 bool m_vehicleNameHasBeenSet =
false;
98 bool m_statusHasBeenSet =
false;
VehicleStatus & WithCampaignName(Aws::String &&value)
const Aws::String & GetCampaignName() const
void SetVehicleName(const Aws::String &value)
bool StatusHasBeenSet() const
AWS_IOTFLEETWISE_API VehicleStatus(Aws::Utils::Json::JsonView jsonValue)
VehicleStatus & WithVehicleName(const char *value)
AWS_IOTFLEETWISE_API VehicleStatus()
void SetStatus(const VehicleState &value)
VehicleStatus & WithCampaignName(const char *value)
const VehicleState & GetStatus() const
AWS_IOTFLEETWISE_API VehicleStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
VehicleStatus & WithStatus(const VehicleState &value)
bool VehicleNameHasBeenSet() const
VehicleStatus & WithVehicleName(Aws::String &&value)
VehicleStatus & WithVehicleName(const Aws::String &value)
void SetCampaignName(Aws::String &&value)
void SetCampaignName(const Aws::String &value)
void SetVehicleName(Aws::String &&value)
void SetCampaignName(const char *value)
void SetStatus(VehicleState &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVehicleName(const char *value)
VehicleStatus & WithCampaignName(const Aws::String &value)
const Aws::String & GetVehicleName() const
bool CampaignNameHasBeenSet() const
VehicleStatus & WithStatus(VehicleState &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue