AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = 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 GetDecoderManifestResult& 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 GetDecoderManifestResult& 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 GetDecoderManifestResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
69
71
75 inline const Aws::String& GetModelManifestArn() const { return m_modelManifestArn; }
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>
79 GetDecoderManifestResult& WithModelManifestArn(ModelManifestArnT&& value) { SetModelManifestArn(std::forward<ModelManifestArnT>(value)); return *this;}
81
83
88 inline ManifestStatus GetStatus() const { return m_status; }
89 inline void SetStatus(ManifestStatus value) { m_statusHasBeenSet = true; m_status = value; }
90 inline GetDecoderManifestResult& WithStatus(ManifestStatus value) { SetStatus(value); return *this;}
92
94
98 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
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>
102 GetDecoderManifestResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
104
106
110 inline const Aws::Utils::DateTime& GetLastModificationTime() const { return m_lastModificationTime; }
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>
114 GetDecoderManifestResult& WithLastModificationTime(LastModificationTimeT&& value) { SetLastModificationTime(std::forward<LastModificationTimeT>(value)); return *this;}
116
118
123 inline const Aws::String& GetMessage() const { return m_message; }
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>
127 GetDecoderManifestResult& WithMessage(MessageT&& value) { SetMessage(std::forward<MessageT>(value)); return *this;}
129
131
132 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
136 GetDecoderManifestResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
138 private:
139
140 Aws::String m_name;
141 bool m_nameHasBeenSet = false;
142
143 Aws::String m_arn;
144 bool m_arnHasBeenSet = false;
145
146 Aws::String m_description;
147 bool m_descriptionHasBeenSet = false;
148
149 Aws::String m_modelManifestArn;
150 bool m_modelManifestArnHasBeenSet = false;
151
153 bool m_statusHasBeenSet = false;
154
155 Aws::Utils::DateTime m_creationTime{};
156 bool m_creationTimeHasBeenSet = false;
157
158 Aws::Utils::DateTime m_lastModificationTime{};
159 bool m_lastModificationTimeHasBeenSet = false;
160
161 Aws::String m_message;
162 bool m_messageHasBeenSet = false;
163
164 Aws::String m_requestId;
165 bool m_requestIdHasBeenSet = false;
166 };
167
168} // namespace Model
169} // namespace IoTFleetWise
170} // namespace Aws
GetDecoderManifestResult & WithCreationTime(CreationTimeT &&value)
AWS_IOTFLEETWISE_API GetDecoderManifestResult()=default
GetDecoderManifestResult & WithLastModificationTime(LastModificationTimeT &&value)
GetDecoderManifestResult & WithDescription(DescriptionT &&value)
void SetLastModificationTime(LastModificationTimeT &&value)
GetDecoderManifestResult & WithArn(ArnT &&value)
GetDecoderManifestResult & WithModelManifestArn(ModelManifestArnT &&value)
AWS_IOTFLEETWISE_API GetDecoderManifestResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDecoderManifestResult & WithMessage(MessageT &&value)
GetDecoderManifestResult & WithStatus(ManifestStatus value)
const Aws::Utils::DateTime & GetLastModificationTime() const
GetDecoderManifestResult & WithRequestId(RequestIdT &&value)
AWS_IOTFLEETWISE_API GetDecoderManifestResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDecoderManifestResult & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue