7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mgn/Mgn_EXPORTS.h>
11#include <aws/mgn/model/WaveAggregatedStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename WaveIDT = Aws::String>
39 m_waveIDHasBeenSet =
true;
40 m_waveID = std::forward<WaveIDT>(value);
42 template <
typename WaveIDT = Aws::String>
54 template <
typename ArnT = Aws::String>
56 m_arnHasBeenSet =
true;
57 m_arn = std::forward<ArnT>(value);
59 template <
typename ArnT = Aws::String>
61 SetArn(std::forward<ArnT>(value));
71 template <
typename NameT = Aws::String>
73 m_nameHasBeenSet =
true;
74 m_name = std::forward<NameT>(value);
76 template <
typename NameT = Aws::String>
78 SetName(std::forward<NameT>(value));
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
106 m_isArchivedHasBeenSet =
true;
107 m_isArchived = value;
120 template <
typename WaveAggregatedStatusT = WaveAggregatedStatus>
122 m_waveAggregatedStatusHasBeenSet =
true;
123 m_waveAggregatedStatus = std::forward<WaveAggregatedStatusT>(value);
125 template <
typename WaveAggregatedStatusT = WaveAggregatedStatus>
137 template <
typename CreationDateTimeT = Aws::String>
139 m_creationDateTimeHasBeenSet =
true;
140 m_creationDateTime = std::forward<CreationDateTimeT>(value);
142 template <
typename CreationDateTimeT = Aws::String>
154 template <
typename LastModifiedDateTimeT = Aws::String>
156 m_lastModifiedDateTimeHasBeenSet =
true;
157 m_lastModifiedDateTime = std::forward<LastModifiedDateTimeT>(value);
159 template <
typename LastModifiedDateTimeT = Aws::String>
171 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
173 m_tagsHasBeenSet =
true;
174 m_tags = std::forward<TagsT>(value);
176 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
178 SetTags(std::forward<TagsT>(value));
181 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
183 m_tagsHasBeenSet =
true;
184 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
192 template <
typename RequestIdT = Aws::String>
194 m_requestIdHasBeenSet =
true;
195 m_requestId = std::forward<RequestIdT>(value);
197 template <
typename RequestIdT = Aws::String>
214 bool m_isArchived{
false};
216 WaveAggregatedStatus m_waveAggregatedStatus;
226 bool m_waveIDHasBeenSet =
false;
227 bool m_arnHasBeenSet =
false;
228 bool m_nameHasBeenSet =
false;
229 bool m_descriptionHasBeenSet =
false;
230 bool m_isArchivedHasBeenSet =
false;
231 bool m_waveAggregatedStatusHasBeenSet =
false;
232 bool m_creationDateTimeHasBeenSet =
false;
233 bool m_lastModifiedDateTimeHasBeenSet =
false;
234 bool m_tagsHasBeenSet =
false;
235 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
UnarchiveWaveResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetLastModifiedDateTime() const
void SetWaveID(WaveIDT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetDescription() const
UnarchiveWaveResult & WithWaveAggregatedStatus(WaveAggregatedStatusT &&value)
void SetDescription(DescriptionT &&value)
UnarchiveWaveResult & WithLastModifiedDateTime(LastModifiedDateTimeT &&value)
void SetLastModifiedDateTime(LastModifiedDateTimeT &&value)
AWS_MGN_API UnarchiveWaveResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UnarchiveWaveResult & WithTags(TagsT &&value)
const Aws::String & GetName() const
void SetWaveAggregatedStatus(WaveAggregatedStatusT &&value)
const WaveAggregatedStatus & GetWaveAggregatedStatus() const
void SetIsArchived(bool value)
const Aws::String & GetCreationDateTime() const
const Aws::String & GetArn() const
UnarchiveWaveResult & WithIsArchived(bool value)
AWS_MGN_API UnarchiveWaveResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
UnarchiveWaveResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetWaveID() const
UnarchiveWaveResult & WithName(NameT &&value)
UnarchiveWaveResult & WithDescription(DescriptionT &&value)
UnarchiveWaveResult & WithCreationDateTime(CreationDateTimeT &&value)
void SetTags(TagsT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
UnarchiveWaveResult & WithArn(ArnT &&value)
AWS_MGN_API UnarchiveWaveResult()=default
void SetRequestId(RequestIdT &&value)
UnarchiveWaveResult & WithWaveID(WaveIDT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
bool GetIsArchived() const
void SetArn(ArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue