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>
49 template<
typename VehicleNameT = Aws::String>
50 void SetVehicleName(VehicleNameT&& value) { m_vehicleNameHasBeenSet =
true; m_vehicleName = std::forward<VehicleNameT>(value); }
51 template<
typename VehicleNameT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
73 template<
typename ModelManifestArnT = Aws::String>
74 void SetModelManifestArn(ModelManifestArnT&& value) { m_modelManifestArnHasBeenSet =
true; m_modelManifestArn = std::forward<ModelManifestArnT>(value); }
75 template<
typename ModelManifestArnT = Aws::String>
85 template<
typename DecoderManifestArnT = Aws::String>
86 void SetDecoderManifestArn(DecoderManifestArnT&& value) { m_decoderManifestArnHasBeenSet =
true; m_decoderManifestArn = std::forward<DecoderManifestArnT>(value); }
87 template<
typename DecoderManifestArnT = Aws::String>
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
111 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
112 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
113 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
124 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
125 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
126 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
128 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
130 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
136 bool m_vehicleNameHasBeenSet =
false;
139 bool m_arnHasBeenSet =
false;
142 bool m_modelManifestArnHasBeenSet =
false;
145 bool m_decoderManifestArnHasBeenSet =
false;
148 bool m_creationTimeHasBeenSet =
false;
151 bool m_lastModificationTimeHasBeenSet =
false;
154 bool m_attributesHasBeenSet =
false;
bool ModelManifestArnHasBeenSet() const
bool VehicleNameHasBeenSet() const
void SetAttributes(AttributesT &&value)
VehicleSummary & WithDecoderManifestArn(DecoderManifestArnT &&value)
VehicleSummary & WithModelManifestArn(ModelManifestArnT &&value)
VehicleSummary & WithAttributes(AttributesT &&value)
VehicleSummary & WithArn(ArnT &&value)
bool ArnHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
void SetModelManifestArn(ModelManifestArnT &&value)
void SetDecoderManifestArn(DecoderManifestArnT &&value)
const Aws::String & GetModelManifestArn() const
const Aws::Utils::DateTime & GetLastModificationTime() const
VehicleSummary & WithLastModificationTime(LastModificationTimeT &&value)
VehicleSummary & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
bool CreationTimeHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetDecoderManifestArn() const
bool LastModificationTimeHasBeenSet() const
void SetVehicleName(VehicleNameT &&value)
AWS_IOTFLEETWISE_API VehicleSummary(Aws::Utils::Json::JsonView jsonValue)
VehicleSummary & WithCreationTime(CreationTimeT &&value)
void SetArn(ArnT &&value)
AWS_IOTFLEETWISE_API VehicleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DecoderManifestArnHasBeenSet() const
AWS_IOTFLEETWISE_API VehicleSummary()=default
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
bool AttributesHasBeenSet() const
void SetLastModificationTime(LastModificationTimeT &&value)
VehicleSummary & WithVehicleName(VehicleNameT &&value)
const Aws::String & GetVehicleName() const
const Aws::String & GetArn() const
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
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