/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about a vehicle. To return this information about vehicles
* in your account, you can use the API operation.See Also:
AWS
* API Reference
The unique ID of the vehicle.
*/ inline const Aws::String& GetVehicleName() const{ return m_vehicleName; } /** *The unique ID of the vehicle.
*/ inline bool VehicleNameHasBeenSet() const { return m_vehicleNameHasBeenSet; } /** *The unique ID of the vehicle.
*/ inline void SetVehicleName(const Aws::String& value) { m_vehicleNameHasBeenSet = true; m_vehicleName = value; } /** *The unique ID of the vehicle.
*/ inline void SetVehicleName(Aws::String&& value) { m_vehicleNameHasBeenSet = true; m_vehicleName = std::move(value); } /** *The unique ID of the vehicle.
*/ inline void SetVehicleName(const char* value) { m_vehicleNameHasBeenSet = true; m_vehicleName.assign(value); } /** *The unique ID of the vehicle.
*/ inline VehicleSummary& WithVehicleName(const Aws::String& value) { SetVehicleName(value); return *this;} /** *The unique ID of the vehicle.
*/ inline VehicleSummary& WithVehicleName(Aws::String&& value) { SetVehicleName(std::move(value)); return *this;} /** *The unique ID of the vehicle.
*/ inline VehicleSummary& WithVehicleName(const char* value) { SetVehicleName(value); return *this;} /** *The Amazon Resource Name (ARN) of the vehicle.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the vehicle.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the vehicle.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the vehicle.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the vehicle.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the vehicle.
*/ inline VehicleSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the vehicle.
*/ inline VehicleSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the vehicle.
*/ inline VehicleSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the vehicle.
*/ inline const Aws::String& GetModelManifestArn() const{ return m_modelManifestArn; } /** *The ARN of a vehicle model (model manifest) associated with the vehicle.
*/ inline bool ModelManifestArnHasBeenSet() const { return m_modelManifestArnHasBeenSet; } /** *The ARN of a vehicle model (model manifest) associated with the vehicle.
*/ inline void SetModelManifestArn(const Aws::String& value) { m_modelManifestArnHasBeenSet = true; m_modelManifestArn = value; } /** *The ARN of a vehicle model (model manifest) associated with the vehicle.
*/ inline void SetModelManifestArn(Aws::String&& value) { m_modelManifestArnHasBeenSet = true; m_modelManifestArn = std::move(value); } /** *The ARN of a vehicle model (model manifest) associated with the vehicle.
*/ inline void SetModelManifestArn(const char* value) { m_modelManifestArnHasBeenSet = true; m_modelManifestArn.assign(value); } /** *The ARN of a vehicle model (model manifest) associated with the vehicle.
*/ inline VehicleSummary& WithModelManifestArn(const Aws::String& value) { SetModelManifestArn(value); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the vehicle.
*/ inline VehicleSummary& WithModelManifestArn(Aws::String&& value) { SetModelManifestArn(std::move(value)); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the vehicle.
*/ inline VehicleSummary& WithModelManifestArn(const char* value) { SetModelManifestArn(value); return *this;} /** *The ARN of a decoder manifest associated with the vehicle.
*/ inline const Aws::String& GetDecoderManifestArn() const{ return m_decoderManifestArn; } /** *The ARN of a decoder manifest associated with the vehicle.
*/ inline bool DecoderManifestArnHasBeenSet() const { return m_decoderManifestArnHasBeenSet; } /** *The ARN of a decoder manifest associated with the vehicle.
*/ inline void SetDecoderManifestArn(const Aws::String& value) { m_decoderManifestArnHasBeenSet = true; m_decoderManifestArn = value; } /** *The ARN of a decoder manifest associated with the vehicle.
*/ inline void SetDecoderManifestArn(Aws::String&& value) { m_decoderManifestArnHasBeenSet = true; m_decoderManifestArn = std::move(value); } /** *The ARN of a decoder manifest associated with the vehicle.
*/ inline void SetDecoderManifestArn(const char* value) { m_decoderManifestArnHasBeenSet = true; m_decoderManifestArn.assign(value); } /** *The ARN of a decoder manifest associated with the vehicle.
*/ inline VehicleSummary& WithDecoderManifestArn(const Aws::String& value) { SetDecoderManifestArn(value); return *this;} /** *The ARN of a decoder manifest associated with the vehicle.
*/ inline VehicleSummary& WithDecoderManifestArn(Aws::String&& value) { SetDecoderManifestArn(std::move(value)); return *this;} /** *The ARN of a decoder manifest associated with the vehicle.
*/ inline VehicleSummary& WithDecoderManifestArn(const char* value) { SetDecoderManifestArn(value); return *this;} /** *The time the vehicle was created in seconds since epoch (January 1, 1970 at * midnight UTC time).
*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *The time the vehicle was created in seconds since epoch (January 1, 1970 at * midnight UTC time).
*/ inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; } /** *The time the vehicle was created in seconds since epoch (January 1, 1970 at * midnight UTC time).
*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; } /** *The time the vehicle was created in seconds since epoch (January 1, 1970 at * midnight UTC time).
*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); } /** *The time the vehicle was created in seconds since epoch (January 1, 1970 at * midnight UTC time).
*/ inline VehicleSummary& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *The time the vehicle was created in seconds since epoch (January 1, 1970 at * midnight UTC time).
*/ inline VehicleSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *The time the vehicle was last updated in seconds since epoch (January 1, 1970 * at midnight UTC time).
*/ inline const Aws::Utils::DateTime& GetLastModificationTime() const{ return m_lastModificationTime; } /** *The time the vehicle was last updated in seconds since epoch (January 1, 1970 * at midnight UTC time).
*/ inline bool LastModificationTimeHasBeenSet() const { return m_lastModificationTimeHasBeenSet; } /** *The time the vehicle was last updated in seconds since epoch (January 1, 1970 * at midnight UTC time).
*/ inline void SetLastModificationTime(const Aws::Utils::DateTime& value) { m_lastModificationTimeHasBeenSet = true; m_lastModificationTime = value; } /** *The time the vehicle was last updated in seconds since epoch (January 1, 1970 * at midnight UTC time).
*/ inline void SetLastModificationTime(Aws::Utils::DateTime&& value) { m_lastModificationTimeHasBeenSet = true; m_lastModificationTime = std::move(value); } /** *The time the vehicle was last updated in seconds since epoch (January 1, 1970 * at midnight UTC time).
*/ inline VehicleSummary& WithLastModificationTime(const Aws::Utils::DateTime& value) { SetLastModificationTime(value); return *this;} /** *The time the vehicle was last updated in seconds since epoch (January 1, 1970 * at midnight UTC time).
*/ inline VehicleSummary& WithLastModificationTime(Aws::Utils::DateTime&& value) { SetLastModificationTime(std::move(value)); return *this;} private: Aws::String m_vehicleName; bool m_vehicleNameHasBeenSet = false; Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_modelManifestArn; bool m_modelManifestArnHasBeenSet = false; Aws::String m_decoderManifestArn; bool m_decoderManifestArnHasBeenSet = false; Aws::Utils::DateTime m_creationTime; bool m_creationTimeHasBeenSet = false; Aws::Utils::DateTime m_lastModificationTime; bool m_lastModificationTimeHasBeenSet = false; }; } // namespace Model } // namespace IoTFleetWise } // namespace Aws