AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DecoderManifestSummary.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{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace IoTFleetWise
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_IOTFLEETWISE_API DecoderManifestSummary();
39 AWS_IOTFLEETWISE_API DecoderManifestSummary(Aws::Utils::Json::JsonView jsonValue);
41 AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetName() const{ return m_name; }
49 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
50 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
51 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
52 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
53 inline DecoderManifestSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
54 inline DecoderManifestSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
55 inline DecoderManifestSummary& WithName(const char* value) { SetName(value); return *this;}
57
59
63 inline const Aws::String& GetArn() const{ return m_arn; }
64 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
65 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
66 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
67 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
68 inline DecoderManifestSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;}
69 inline DecoderManifestSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
70 inline DecoderManifestSummary& WithArn(const char* value) { SetArn(value); return *this;}
72
74
78 inline const Aws::String& GetModelManifestArn() const{ return m_modelManifestArn; }
79 inline bool ModelManifestArnHasBeenSet() const { return m_modelManifestArnHasBeenSet; }
80 inline void SetModelManifestArn(const Aws::String& value) { m_modelManifestArnHasBeenSet = true; m_modelManifestArn = value; }
81 inline void SetModelManifestArn(Aws::String&& value) { m_modelManifestArnHasBeenSet = true; m_modelManifestArn = std::move(value); }
82 inline void SetModelManifestArn(const char* value) { m_modelManifestArnHasBeenSet = true; m_modelManifestArn.assign(value); }
83 inline DecoderManifestSummary& WithModelManifestArn(const Aws::String& value) { SetModelManifestArn(value); return *this;}
84 inline DecoderManifestSummary& WithModelManifestArn(Aws::String&& value) { SetModelManifestArn(std::move(value)); return *this;}
85 inline DecoderManifestSummary& WithModelManifestArn(const char* value) { SetModelManifestArn(value); return *this;}
87
89
92 inline const Aws::String& GetDescription() const{ return m_description; }
93 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
94 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
95 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
96 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
97 inline DecoderManifestSummary& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
98 inline DecoderManifestSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
99 inline DecoderManifestSummary& WithDescription(const char* value) { SetDescription(value); return *this;}
101
103
108 inline const ManifestStatus& GetStatus() const{ return m_status; }
109 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
110 inline void SetStatus(const ManifestStatus& value) { m_statusHasBeenSet = true; m_status = value; }
111 inline void SetStatus(ManifestStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
112 inline DecoderManifestSummary& WithStatus(const ManifestStatus& value) { SetStatus(value); return *this;}
113 inline DecoderManifestSummary& WithStatus(ManifestStatus&& value) { SetStatus(std::move(value)); return *this;}
115
117
121 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
122 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
123 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
124 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
126 inline DecoderManifestSummary& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
128
130
134 inline const Aws::Utils::DateTime& GetLastModificationTime() const{ return m_lastModificationTime; }
135 inline bool LastModificationTimeHasBeenSet() const { return m_lastModificationTimeHasBeenSet; }
136 inline void SetLastModificationTime(const Aws::Utils::DateTime& value) { m_lastModificationTimeHasBeenSet = true; m_lastModificationTime = value; }
137 inline void SetLastModificationTime(Aws::Utils::DateTime&& value) { m_lastModificationTimeHasBeenSet = true; m_lastModificationTime = std::move(value); }
141
143
148 inline const Aws::String& GetMessage() const{ return m_message; }
149 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
150 inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; }
151 inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); }
152 inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); }
153 inline DecoderManifestSummary& WithMessage(const Aws::String& value) { SetMessage(value); return *this;}
154 inline DecoderManifestSummary& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;}
155 inline DecoderManifestSummary& WithMessage(const char* value) { SetMessage(value); return *this;}
157 private:
158
159 Aws::String m_name;
160 bool m_nameHasBeenSet = false;
161
162 Aws::String m_arn;
163 bool m_arnHasBeenSet = false;
164
165 Aws::String m_modelManifestArn;
166 bool m_modelManifestArnHasBeenSet = false;
167
168 Aws::String m_description;
169 bool m_descriptionHasBeenSet = false;
170
171 ManifestStatus m_status;
172 bool m_statusHasBeenSet = false;
173
174 Aws::Utils::DateTime m_creationTime;
175 bool m_creationTimeHasBeenSet = false;
176
177 Aws::Utils::DateTime m_lastModificationTime;
178 bool m_lastModificationTimeHasBeenSet = false;
179
180 Aws::String m_message;
181 bool m_messageHasBeenSet = false;
182 };
183
184} // namespace Model
185} // namespace IoTFleetWise
186} // namespace Aws
DecoderManifestSummary & WithArn(Aws::String &&value)
AWS_IOTFLEETWISE_API DecoderManifestSummary(Aws::Utils::Json::JsonView jsonValue)
void SetLastModificationTime(const Aws::Utils::DateTime &value)
DecoderManifestSummary & WithLastModificationTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(const Aws::Utils::DateTime &value)
DecoderManifestSummary & WithArn(const Aws::String &value)
DecoderManifestSummary & WithMessage(const Aws::String &value)
DecoderManifestSummary & WithModelManifestArn(Aws::String &&value)
DecoderManifestSummary & WithName(const char *value)
DecoderManifestSummary & WithDescription(Aws::String &&value)
DecoderManifestSummary & WithModelManifestArn(const Aws::String &value)
DecoderManifestSummary & WithName(const Aws::String &value)
DecoderManifestSummary & WithArn(const char *value)
DecoderManifestSummary & WithCreationTime(Aws::Utils::DateTime &&value)
DecoderManifestSummary & WithMessage(Aws::String &&value)
DecoderManifestSummary & WithCreationTime(const Aws::Utils::DateTime &value)
DecoderManifestSummary & WithStatus(const ManifestStatus &value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastModificationTime(Aws::Utils::DateTime &&value)
DecoderManifestSummary & WithStatus(ManifestStatus &&value)
DecoderManifestSummary & WithMessage(const char *value)
DecoderManifestSummary & WithDescription(const char *value)
DecoderManifestSummary & WithName(Aws::String &&value)
const Aws::Utils::DateTime & GetLastModificationTime() const
DecoderManifestSummary & WithModelManifestArn(const char *value)
DecoderManifestSummary & WithDescription(const Aws::String &value)
AWS_IOTFLEETWISE_API DecoderManifestSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DecoderManifestSummary & WithLastModificationTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue