AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDecoderManifestResult.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 GetDecoderManifestResult();
35
36
38
41 inline const Aws::String& GetName() const{ return m_name; }
42 inline void SetName(const Aws::String& value) { m_name = value; }
43 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
44 inline void SetName(const char* value) { m_name.assign(value); }
45 inline GetDecoderManifestResult& WithName(const Aws::String& value) { SetName(value); return *this;}
46 inline GetDecoderManifestResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
47 inline GetDecoderManifestResult& WithName(const char* value) { SetName(value); return *this;}
49
51
54 inline const Aws::String& GetArn() const{ return m_arn; }
55 inline void SetArn(const Aws::String& value) { m_arn = value; }
56 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
57 inline void SetArn(const char* value) { m_arn.assign(value); }
58 inline GetDecoderManifestResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
59 inline GetDecoderManifestResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
60 inline GetDecoderManifestResult& WithArn(const char* value) { SetArn(value); return *this;}
62
64
67 inline const Aws::String& GetDescription() const{ return m_description; }
68 inline void SetDescription(const Aws::String& value) { m_description = value; }
69 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
70 inline void SetDescription(const char* value) { m_description.assign(value); }
71 inline GetDecoderManifestResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
72 inline GetDecoderManifestResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
73 inline GetDecoderManifestResult& WithDescription(const char* value) { SetDescription(value); return *this;}
75
77
81 inline const Aws::String& GetModelManifestArn() const{ return m_modelManifestArn; }
82 inline void SetModelManifestArn(const Aws::String& value) { m_modelManifestArn = value; }
83 inline void SetModelManifestArn(Aws::String&& value) { m_modelManifestArn = std::move(value); }
84 inline void SetModelManifestArn(const char* value) { m_modelManifestArn.assign(value); }
86 inline GetDecoderManifestResult& WithModelManifestArn(Aws::String&& value) { SetModelManifestArn(std::move(value)); return *this;}
87 inline GetDecoderManifestResult& WithModelManifestArn(const char* value) { SetModelManifestArn(value); return *this;}
89
91
96 inline const ManifestStatus& GetStatus() const{ return m_status; }
97 inline void SetStatus(const ManifestStatus& value) { m_status = value; }
98 inline void SetStatus(ManifestStatus&& value) { m_status = std::move(value); }
99 inline GetDecoderManifestResult& WithStatus(const ManifestStatus& value) { SetStatus(value); return *this;}
100 inline GetDecoderManifestResult& WithStatus(ManifestStatus&& value) { SetStatus(std::move(value)); return *this;}
102
104
108 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
109 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
110 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
112 inline GetDecoderManifestResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
114
116
120 inline const Aws::Utils::DateTime& GetLastModificationTime() const{ return m_lastModificationTime; }
121 inline void SetLastModificationTime(const Aws::Utils::DateTime& value) { m_lastModificationTime = value; }
122 inline void SetLastModificationTime(Aws::Utils::DateTime&& value) { m_lastModificationTime = std::move(value); }
126
128
133 inline const Aws::String& GetMessage() const{ return m_message; }
134 inline void SetMessage(const Aws::String& value) { m_message = value; }
135 inline void SetMessage(Aws::String&& value) { m_message = std::move(value); }
136 inline void SetMessage(const char* value) { m_message.assign(value); }
137 inline GetDecoderManifestResult& WithMessage(const Aws::String& value) { SetMessage(value); return *this;}
138 inline GetDecoderManifestResult& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;}
139 inline GetDecoderManifestResult& WithMessage(const char* value) { SetMessage(value); return *this;}
141
143
144 inline const Aws::String& GetRequestId() const{ return m_requestId; }
145 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
146 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
147 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
148 inline GetDecoderManifestResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
149 inline GetDecoderManifestResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
150 inline GetDecoderManifestResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
152 private:
153
154 Aws::String m_name;
155
156 Aws::String m_arn;
157
158 Aws::String m_description;
159
160 Aws::String m_modelManifestArn;
161
162 ManifestStatus m_status;
163
164 Aws::Utils::DateTime m_creationTime;
165
166 Aws::Utils::DateTime m_lastModificationTime;
167
168 Aws::String m_message;
169
170 Aws::String m_requestId;
171 };
172
173} // namespace Model
174} // namespace IoTFleetWise
175} // namespace Aws
GetDecoderManifestResult & WithRequestId(Aws::String &&value)
GetDecoderManifestResult & WithMessage(const Aws::String &value)
GetDecoderManifestResult & WithArn(Aws::String &&value)
GetDecoderManifestResult & WithDescription(const Aws::String &value)
GetDecoderManifestResult & WithMessage(Aws::String &&value)
GetDecoderManifestResult & WithCreationTime(const Aws::Utils::DateTime &value)
GetDecoderManifestResult & WithModelManifestArn(const Aws::String &value)
GetDecoderManifestResult & WithStatus(ManifestStatus &&value)
GetDecoderManifestResult & WithLastModificationTime(const Aws::Utils::DateTime &value)
GetDecoderManifestResult & WithModelManifestArn(Aws::String &&value)
GetDecoderManifestResult & WithLastModificationTime(Aws::Utils::DateTime &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
GetDecoderManifestResult & WithName(const char *value)
GetDecoderManifestResult & WithArn(const Aws::String &value)
GetDecoderManifestResult & WithCreationTime(Aws::Utils::DateTime &&value)
GetDecoderManifestResult & WithName(const Aws::String &value)
AWS_IOTFLEETWISE_API GetDecoderManifestResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModificationTime(const Aws::Utils::DateTime &value)
GetDecoderManifestResult & WithRequestId(const char *value)
const Aws::Utils::DateTime & GetLastModificationTime() const
GetDecoderManifestResult & WithName(Aws::String &&value)
GetDecoderManifestResult & WithDescription(Aws::String &&value)
GetDecoderManifestResult & WithMessage(const char *value)
GetDecoderManifestResult & WithDescription(const char *value)
AWS_IOTFLEETWISE_API GetDecoderManifestResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDecoderManifestResult & WithArn(const char *value)
GetDecoderManifestResult & WithStatus(const ManifestStatus &value)
GetDecoderManifestResult & WithRequestId(const Aws::String &value)
GetDecoderManifestResult & WithModelManifestArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue