AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetModelManifestResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace IoTFleetWise
26{
27namespace Model
28{
30 {
31 public:
32 AWS_IOTFLEETWISE_API GetModelManifestResult() = default;
35
36
38
41 inline const Aws::String& GetName() const { return m_name; }
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>
45 GetModelManifestResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
47
49
52 inline const Aws::String& GetArn() const { return m_arn; }
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>
56 GetModelManifestResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
58
60
63 inline const Aws::String& GetDescription() const { return m_description; }
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>
67 GetModelManifestResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
69
71
74 inline const Aws::String& GetSignalCatalogArn() const { return m_signalCatalogArn; }
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>
78 GetModelManifestResult& WithSignalCatalogArn(SignalCatalogArnT&& value) { SetSignalCatalogArn(std::forward<SignalCatalogArnT>(value)); return *this;}
80
82
87 inline ManifestStatus GetStatus() const { return m_status; }
88 inline void SetStatus(ManifestStatus value) { m_statusHasBeenSet = true; m_status = value; }
89 inline GetModelManifestResult& WithStatus(ManifestStatus value) { SetStatus(value); return *this;}
91
93
97 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
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>
101 GetModelManifestResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
103
105
108 inline const Aws::Utils::DateTime& GetLastModificationTime() const { return m_lastModificationTime; }
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>
112 GetModelManifestResult& WithLastModificationTime(LastModificationTimeT&& value) { SetLastModificationTime(std::forward<LastModificationTimeT>(value)); return *this;}
114
116
117 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
121 GetModelManifestResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
123 private:
124
125 Aws::String m_name;
126 bool m_nameHasBeenSet = false;
127
128 Aws::String m_arn;
129 bool m_arnHasBeenSet = false;
130
131 Aws::String m_description;
132 bool m_descriptionHasBeenSet = false;
133
134 Aws::String m_signalCatalogArn;
135 bool m_signalCatalogArnHasBeenSet = false;
136
138 bool m_statusHasBeenSet = false;
139
140 Aws::Utils::DateTime m_creationTime{};
141 bool m_creationTimeHasBeenSet = false;
142
143 Aws::Utils::DateTime m_lastModificationTime{};
144 bool m_lastModificationTimeHasBeenSet = false;
145
146 Aws::String m_requestId;
147 bool m_requestIdHasBeenSet = false;
148 };
149
150} // namespace Model
151} // namespace IoTFleetWise
152} // namespace Aws
GetModelManifestResult & WithArn(ArnT &&value)
GetModelManifestResult & WithRequestId(RequestIdT &&value)
GetModelManifestResult & WithName(NameT &&value)
GetModelManifestResult & WithCreationTime(CreationTimeT &&value)
GetModelManifestResult & WithSignalCatalogArn(SignalCatalogArnT &&value)
const Aws::Utils::DateTime & GetLastModificationTime() const
GetModelManifestResult & WithStatus(ManifestStatus value)
GetModelManifestResult & WithLastModificationTime(LastModificationTimeT &&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