7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/ManifestStatus.h>
10#include <aws/core/utils/DateTime.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = Aws::String>
76 template<
typename ModelManifestArnT = Aws::String>
77 void SetModelManifestArn(ModelManifestArnT&& value) { m_modelManifestArnHasBeenSet =
true; m_modelManifestArn = std::forward<ModelManifestArnT>(value); }
78 template<
typename ModelManifestArnT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
113 template<
typename CreationTimeT = Aws::Utils::DateTime>
114 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
115 template<
typename CreationTimeT = Aws::Utils::DateTime>
126 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
127 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
128 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
140 template<
typename MessageT = Aws::String>
141 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
142 template<
typename MessageT = Aws::String>
148 bool m_nameHasBeenSet =
false;
151 bool m_arnHasBeenSet =
false;
154 bool m_modelManifestArnHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
160 bool m_statusHasBeenSet =
false;
163 bool m_creationTimeHasBeenSet =
false;
166 bool m_lastModificationTimeHasBeenSet =
false;
169 bool m_messageHasBeenSet =
false;
bool CreationTimeHasBeenSet() const
void SetModelManifestArn(ModelManifestArnT &&value)
AWS_IOTFLEETWISE_API DecoderManifestSummary(Aws::Utils::Json::JsonView jsonValue)
bool LastModificationTimeHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetMessage() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
DecoderManifestSummary & WithArn(ArnT &&value)
DecoderManifestSummary & WithName(NameT &&value)
DecoderManifestSummary & WithStatus(ManifestStatus value)
void SetLastModificationTime(LastModificationTimeT &&value)
const Aws::String & GetModelManifestArn() const
DecoderManifestSummary & WithDescription(DescriptionT &&value)
AWS_IOTFLEETWISE_API DecoderManifestSummary()=default
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
DecoderManifestSummary & WithCreationTime(CreationTimeT &&value)
void SetName(NameT &&value)
void SetStatus(ManifestStatus value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
DecoderManifestSummary & WithLastModificationTime(LastModificationTimeT &&value)
DecoderManifestSummary & WithMessage(MessageT &&value)
ManifestStatus GetStatus() const
const Aws::Utils::DateTime & GetLastModificationTime() const
void SetMessage(MessageT &&value)
bool StatusHasBeenSet() const
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
AWS_IOTFLEETWISE_API DecoderManifestSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ModelManifestArnHasBeenSet() const
DecoderManifestSummary & WithModelManifestArn(ModelManifestArnT &&value)
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue