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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
53 template<
typename ArnT = Aws::String>
54 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
55 template<
typename ArnT = Aws::String>
64 template<
typename DescriptionT = Aws::String>
65 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
66 template<
typename DescriptionT = 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>
99 template<
typename CreationTimeT = Aws::Utils::DateTime>
100 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
101 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 MessageT = Aws::String>
125 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
126 template<
typename MessageT = Aws::String>
133 template<
typename RequestIdT = Aws::String>
134 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
135 template<
typename RequestIdT = Aws::String>
141 bool m_nameHasBeenSet =
false;
144 bool m_arnHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_modelManifestArnHasBeenSet =
false;
153 bool m_statusHasBeenSet =
false;
156 bool m_creationTimeHasBeenSet =
false;
159 bool m_lastModificationTimeHasBeenSet =
false;
162 bool m_messageHasBeenSet =
false;
165 bool m_requestIdHasBeenSet =
false;
GetDecoderManifestResult & WithCreationTime(CreationTimeT &&value)
AWS_IOTFLEETWISE_API GetDecoderManifestResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetMessage() const
const Aws::Utils::DateTime & GetCreationTime() const
GetDecoderManifestResult & WithLastModificationTime(LastModificationTimeT &&value)
const Aws::String & GetArn() const
GetDecoderManifestResult & WithDescription(DescriptionT &&value)
const Aws::String & GetModelManifestArn() const
void SetMessage(MessageT &&value)
void SetDescription(DescriptionT &&value)
void SetLastModificationTime(LastModificationTimeT &&value)
const Aws::String & GetRequestId() const
GetDecoderManifestResult & WithArn(ArnT &&value)
void SetStatus(ManifestStatus value)
GetDecoderManifestResult & WithModelManifestArn(ModelManifestArnT &&value)
void SetArn(ArnT &&value)
AWS_IOTFLEETWISE_API GetDecoderManifestResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDecoderManifestResult & WithMessage(MessageT &&value)
void SetCreationTime(CreationTimeT &&value)
GetDecoderManifestResult & WithStatus(ManifestStatus value)
const Aws::Utils::DateTime & GetLastModificationTime() const
GetDecoderManifestResult & WithRequestId(RequestIdT &&value)
void SetModelManifestArn(ModelManifestArnT &&value)
void SetName(NameT &&value)
AWS_IOTFLEETWISE_API GetDecoderManifestResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
GetDecoderManifestResult & WithName(NameT &&value)
const Aws::String & GetName() const
ManifestStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue