7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
51 inline void SetVehicleName(
const char* value) { m_vehicleNameHasBeenSet =
true; m_vehicleName.assign(value); }
64 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
65 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
79 inline void SetModelManifestArn(
const char* value) { m_modelManifestArnHasBeenSet =
true; m_modelManifestArn.assign(value); }
93 inline void SetDecoderManifestArn(
const char* value) { m_decoderManifestArnHasBeenSet =
true; m_decoderManifestArn.assign(value); }
142 inline VehicleSummary&
AddAttributes(
const char* key,
const char* value) { m_attributesHasBeenSet =
true; m_attributes.emplace(key, value);
return *
this; }
147 bool m_vehicleNameHasBeenSet =
false;
150 bool m_arnHasBeenSet =
false;
153 bool m_modelManifestArnHasBeenSet =
false;
156 bool m_decoderManifestArnHasBeenSet =
false;
159 bool m_creationTimeHasBeenSet =
false;
162 bool m_lastModificationTimeHasBeenSet =
false;
165 bool m_attributesHasBeenSet =
false;
bool ModelManifestArnHasBeenSet() const
bool VehicleNameHasBeenSet() const
VehicleSummary & AddAttributes(Aws::String &&key, const Aws::String &value)
void SetArn(const char *value)
VehicleSummary & WithArn(const char *value)
VehicleSummary & WithCreationTime(const Aws::Utils::DateTime &value)
void SetDecoderManifestArn(const char *value)
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetArn(const Aws::String &value)
VehicleSummary & AddAttributes(Aws::String &&key, const char *value)
VehicleSummary & AddAttributes(const char *key, Aws::String &&value)
bool ArnHasBeenSet() const
AWS_IOTFLEETWISE_API VehicleSummary()
void SetModelManifestArn(Aws::String &&value)
VehicleSummary & WithDecoderManifestArn(const char *value)
const Aws::String & GetModelManifestArn() const
void SetDecoderManifestArn(const Aws::String &value)
const Aws::Utils::DateTime & GetLastModificationTime() const
VehicleSummary & WithArn(const Aws::String &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
VehicleSummary & WithVehicleName(Aws::String &&value)
VehicleSummary & WithLastModificationTime(Aws::Utils::DateTime &&value)
bool CreationTimeHasBeenSet() const
VehicleSummary & AddAttributes(const char *key, const char *value)
VehicleSummary & WithModelManifestArn(const Aws::String &value)
void SetArn(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetDecoderManifestArn() const
VehicleSummary & WithModelManifestArn(Aws::String &&value)
VehicleSummary & WithAttributes(const Aws::Map< Aws::String, Aws::String > &value)
void SetLastModificationTime(const Aws::Utils::DateTime &value)
bool LastModificationTimeHasBeenSet() const
VehicleSummary & AddAttributes(const Aws::String &key, const Aws::String &value)
VehicleSummary & WithLastModificationTime(const Aws::Utils::DateTime &value)
void SetAttributes(const Aws::Map< Aws::String, Aws::String > &value)
AWS_IOTFLEETWISE_API VehicleSummary(Aws::Utils::Json::JsonView jsonValue)
VehicleSummary & WithVehicleName(const char *value)
VehicleSummary & WithDecoderManifestArn(Aws::String &&value)
void SetDecoderManifestArn(Aws::String &&value)
VehicleSummary & WithModelManifestArn(const char *value)
void SetModelManifestArn(const char *value)
void SetAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetLastModificationTime(Aws::Utils::DateTime &&value)
AWS_IOTFLEETWISE_API VehicleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DecoderManifestArnHasBeenSet() const
VehicleSummary & WithCreationTime(Aws::Utils::DateTime &&value)
VehicleSummary & AddAttributes(const Aws::String &key, Aws::String &&value)
void SetVehicleName(Aws::String &&value)
VehicleSummary & WithArn(Aws::String &&value)
VehicleSummary & AddAttributes(Aws::String &&key, Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
void SetModelManifestArn(const Aws::String &value)
void SetVehicleName(const char *value)
bool AttributesHasBeenSet() const
VehicleSummary & WithAttributes(Aws::Map< Aws::String, Aws::String > &&value)
VehicleSummary & WithDecoderManifestArn(const Aws::String &value)
const Aws::String & GetVehicleName() const
void SetVehicleName(const Aws::String &value)
const Aws::String & GetArn() const
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
VehicleSummary & WithVehicleName(const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue