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>
75 template<
typename SignalCatalogArnT = Aws::String>
76 void SetSignalCatalogArn(SignalCatalogArnT&& value) { m_signalCatalogArnHasBeenSet =
true; m_signalCatalogArn = std::forward<SignalCatalogArnT>(value); }
77 template<
typename SignalCatalogArnT = 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>
109 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
110 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
111 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_nameHasBeenSet =
false;
129 bool m_arnHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
135 bool m_signalCatalogArnHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
141 bool m_creationTimeHasBeenSet =
false;
144 bool m_lastModificationTimeHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetModelManifestResult & WithArn(ArnT &&value)
ManifestStatus GetStatus() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetSignalCatalogArn() const
GetModelManifestResult & WithRequestId(RequestIdT &&value)
GetModelManifestResult & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
void SetCreationTime(CreationTimeT &&value)
GetModelManifestResult & WithCreationTime(CreationTimeT &&value)
GetModelManifestResult & WithSignalCatalogArn(SignalCatalogArnT &&value)
void SetSignalCatalogArn(SignalCatalogArnT &&value)
const Aws::Utils::DateTime & GetLastModificationTime() const
GetModelManifestResult & WithStatus(ManifestStatus value)
const Aws::String & GetArn() const
GetModelManifestResult & WithLastModificationTime(LastModificationTimeT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetStatus(ManifestStatus value)
AWS_IOTFLEETWISE_API GetModelManifestResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModificationTime(LastModificationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_IOTFLEETWISE_API GetModelManifestResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetModelManifestResult & WithDescription(DescriptionT &&value)
AWS_IOTFLEETWISE_API GetModelManifestResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue