7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
10#include <aws/mgn/model/WaveAggregatedStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename WaveIDT = Aws::String>
38 m_waveIDHasBeenSet =
true;
39 m_waveID = std::forward<WaveIDT>(value);
41 template <
typename WaveIDT = Aws::String>
53 template <
typename ArnT = Aws::String>
55 m_arnHasBeenSet =
true;
56 m_arn = std::forward<ArnT>(value);
58 template <
typename ArnT = Aws::String>
60 SetArn(std::forward<ArnT>(value));
70 template <
typename NameT = Aws::String>
72 m_nameHasBeenSet =
true;
73 m_name = std::forward<NameT>(value);
75 template <
typename NameT = Aws::String>
77 SetName(std::forward<NameT>(value));
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
105 m_isArchivedHasBeenSet =
true;
106 m_isArchived = value;
119 template <
typename WaveAggregatedStatusT = WaveAggregatedStatus>
121 m_waveAggregatedStatusHasBeenSet =
true;
122 m_waveAggregatedStatus = std::forward<WaveAggregatedStatusT>(value);
124 template <
typename WaveAggregatedStatusT = WaveAggregatedStatus>
136 template <
typename CreationDateTimeT = Aws::String>
138 m_creationDateTimeHasBeenSet =
true;
139 m_creationDateTime = std::forward<CreationDateTimeT>(value);
141 template <
typename CreationDateTimeT = Aws::String>
153 template <
typename LastModifiedDateTimeT = Aws::String>
155 m_lastModifiedDateTimeHasBeenSet =
true;
156 m_lastModifiedDateTime = std::forward<LastModifiedDateTimeT>(value);
158 template <
typename LastModifiedDateTimeT = Aws::String>
170 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 m_tagsHasBeenSet =
true;
173 m_tags = std::forward<TagsT>(value);
175 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
177 SetTags(std::forward<TagsT>(value));
180 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
182 m_tagsHasBeenSet =
true;
183 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
191 template <
typename RequestIdT = Aws::String>
193 m_requestIdHasBeenSet =
true;
194 m_requestId = std::forward<RequestIdT>(value);
196 template <
typename RequestIdT = Aws::String>
211 bool m_isArchived{
false};
213 WaveAggregatedStatus m_waveAggregatedStatus;
222 bool m_waveIDHasBeenSet =
false;
223 bool m_arnHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
225 bool m_descriptionHasBeenSet =
false;
226 bool m_isArchivedHasBeenSet =
false;
227 bool m_waveAggregatedStatusHasBeenSet =
false;
228 bool m_creationDateTimeHasBeenSet =
false;
229 bool m_lastModifiedDateTimeHasBeenSet =
false;
230 bool m_tagsHasBeenSet =
false;
231 bool m_requestIdHasBeenSet =
false;
ArchiveWaveResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
bool GetIsArchived() const
void SetName(NameT &&value)
ArchiveWaveResult & WithWaveAggregatedStatus(WaveAggregatedStatusT &&value)
ArchiveWaveResult & WithDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetWaveID() const
AWS_MGN_API ArchiveWaveResult()=default
const Aws::String & GetDescription() const
void SetIsArchived(bool value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ArchiveWaveResult & WithTags(TagsT &&value)
AWS_MGN_API ArchiveWaveResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLastModifiedDateTime() const
void SetRequestId(RequestIdT &&value)
void SetWaveID(WaveIDT &&value)
ArchiveWaveResult & WithWaveID(WaveIDT &&value)
const Aws::String & GetCreationDateTime() const
void SetTags(TagsT &&value)
void SetWaveAggregatedStatus(WaveAggregatedStatusT &&value)
const WaveAggregatedStatus & GetWaveAggregatedStatus() const
AWS_MGN_API ArchiveWaveResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ArchiveWaveResult & WithArn(ArnT &&value)
void SetLastModifiedDateTime(LastModifiedDateTimeT &&value)
void SetDescription(DescriptionT &&value)
ArchiveWaveResult & WithIsArchived(bool value)
const Aws::String & GetArn() const
ArchiveWaveResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
ArchiveWaveResult & WithName(NameT &&value)
const Aws::String & GetName() const
ArchiveWaveResult & WithCreationDateTime(CreationDateTimeT &&value)
ArchiveWaveResult & WithLastModifiedDateTime(LastModifiedDateTimeT &&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