/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about a created decoder manifest. You can use the API operation
* to return this information about multiple decoder manifests.See
* Also:
AWS
* API Reference
The name of the decoder manifest.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the decoder manifest.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the decoder manifest.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the decoder manifest.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the decoder manifest.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the decoder manifest.
*/ inline DecoderManifestSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the decoder manifest.
*/ inline DecoderManifestSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the decoder manifest.
*/ inline DecoderManifestSummary& WithName(const char* value) { SetName(value); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline DecoderManifestSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline DecoderManifestSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline DecoderManifestSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline const Aws::String& GetModelManifestArn() const{ return m_modelManifestArn; } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline bool ModelManifestArnHasBeenSet() const { return m_modelManifestArnHasBeenSet; } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline void SetModelManifestArn(const Aws::String& value) { m_modelManifestArnHasBeenSet = true; m_modelManifestArn = value; } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ 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 decoder * manifest.
*/ inline void SetModelManifestArn(const char* value) { m_modelManifestArnHasBeenSet = true; m_modelManifestArn.assign(value); } /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline DecoderManifestSummary& WithModelManifestArn(const Aws::String& value) { SetModelManifestArn(value); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline DecoderManifestSummary& WithModelManifestArn(Aws::String&& value) { SetModelManifestArn(std::move(value)); return *this;} /** *The ARN of a vehicle model (model manifest) associated with the decoder * manifest.
*/ inline DecoderManifestSummary& WithModelManifestArn(const char* value) { SetModelManifestArn(value); return *this;} /** *A brief description of the decoder manifest.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *A brief description of the decoder manifest.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *A brief description of the decoder manifest.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *A brief description of the decoder manifest.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *A brief description of the decoder manifest.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *A brief description of the decoder manifest.
*/ inline DecoderManifestSummary& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *A brief description of the decoder manifest.
*/ inline DecoderManifestSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *A brief description of the decoder manifest.
*/ inline DecoderManifestSummary& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The state of the decoder manifest. If the status is ACTIVE
, the
* decoder manifest can't be edited. If the status is marked DRAFT
,
* you can edit the decoder manifest.
The state of the decoder manifest. If the status is ACTIVE
, the
* decoder manifest can't be edited. If the status is marked DRAFT
,
* you can edit the decoder manifest.
The state of the decoder manifest. If the status is ACTIVE
, the
* decoder manifest can't be edited. If the status is marked DRAFT
,
* you can edit the decoder manifest.
The state of the decoder manifest. If the status is ACTIVE
, the
* decoder manifest can't be edited. If the status is marked DRAFT
,
* you can edit the decoder manifest.
The state of the decoder manifest. If the status is ACTIVE
, the
* decoder manifest can't be edited. If the status is marked DRAFT
,
* you can edit the decoder manifest.
The state of the decoder manifest. If the status is ACTIVE
, the
* decoder manifest can't be edited. If the status is marked DRAFT
,
* you can edit the decoder manifest.
The time the decoder manifest 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 decoder manifest was created in seconds since epoch (January 1, * 1970 at midnight UTC time).
*/ inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; } /** *The time the decoder manifest 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 decoder manifest 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 decoder manifest was created in seconds since epoch (January 1, * 1970 at midnight UTC time).
*/ inline DecoderManifestSummary& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *The time the decoder manifest was created in seconds since epoch (January 1, * 1970 at midnight UTC time).
*/ inline DecoderManifestSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *The time the decoder manifest 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 decoder manifest was last updated in seconds since epoch * (January 1, 1970 at midnight UTC time).
*/ inline bool LastModificationTimeHasBeenSet() const { return m_lastModificationTimeHasBeenSet; } /** *The time the decoder manifest 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 decoder manifest 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 decoder manifest was last updated in seconds since epoch * (January 1, 1970 at midnight UTC time).
*/ inline DecoderManifestSummary& WithLastModificationTime(const Aws::Utils::DateTime& value) { SetLastModificationTime(value); return *this;} /** *The time the decoder manifest was last updated in seconds since epoch * (January 1, 1970 at midnight UTC time).
*/ inline DecoderManifestSummary& WithLastModificationTime(Aws::Utils::DateTime&& value) { SetLastModificationTime(std::move(value)); return *this;} private: Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_modelManifestArn; bool m_modelManifestArnHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; ManifestStatus m_status; bool m_statusHasBeenSet = 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