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>
26 AWS_MGN_API
Wave() =
default;
37 template <
typename WaveIDT = Aws::String>
39 m_waveIDHasBeenSet =
true;
40 m_waveID = std::forward<WaveIDT>(value);
42 template <
typename WaveIDT = Aws::String>
55 template <
typename ArnT = Aws::String>
57 m_arnHasBeenSet =
true;
58 m_arn = std::forward<ArnT>(value);
60 template <
typename ArnT = Aws::String>
62 SetArn(std::forward<ArnT>(value));
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
110 m_isArchivedHasBeenSet =
true;
111 m_isArchived = value;
125 template <
typename WaveAggregatedStatusT = WaveAggregatedStatus>
127 m_waveAggregatedStatusHasBeenSet =
true;
128 m_waveAggregatedStatus = std::forward<WaveAggregatedStatusT>(value);
130 template <
typename WaveAggregatedStatusT = WaveAggregatedStatus>
143 template <
typename CreationDateTimeT = Aws::String>
145 m_creationDateTimeHasBeenSet =
true;
146 m_creationDateTime = std::forward<CreationDateTimeT>(value);
148 template <
typename CreationDateTimeT = Aws::String>
161 template <
typename LastModifiedDateTimeT = Aws::String>
163 m_lastModifiedDateTimeHasBeenSet =
true;
164 m_lastModifiedDateTime = std::forward<LastModifiedDateTimeT>(value);
166 template <
typename LastModifiedDateTimeT = Aws::String>
179 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
181 m_tagsHasBeenSet =
true;
182 m_tags = std::forward<TagsT>(value);
184 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
186 SetTags(std::forward<TagsT>(value));
189 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
191 m_tagsHasBeenSet =
true;
192 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
201 template <
typename RequestIdT = Aws::String>
203 m_requestIdHasBeenSet =
true;
204 m_requestId = std::forward<RequestIdT>(value);
206 template <
typename RequestIdT = Aws::String>
221 bool m_isArchived{
false};
223 WaveAggregatedStatus m_waveAggregatedStatus;
232 bool m_waveIDHasBeenSet =
false;
233 bool m_arnHasBeenSet =
false;
234 bool m_nameHasBeenSet =
false;
235 bool m_descriptionHasBeenSet =
false;
236 bool m_isArchivedHasBeenSet =
false;
237 bool m_waveAggregatedStatusHasBeenSet =
false;
238 bool m_creationDateTimeHasBeenSet =
false;
239 bool m_lastModifiedDateTimeHasBeenSet =
false;
240 bool m_tagsHasBeenSet =
false;
241 bool m_requestIdHasBeenSet =
false;
void SetTags(TagsT &&value)
AWS_MGN_API Wave(Aws::Utils::Json::JsonView jsonValue)
void SetWaveID(WaveIDT &&value)
Wave & WithCreationDateTime(CreationDateTimeT &&value)
bool WaveIDHasBeenSet() const
Wave & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
AWS_MGN_API Wave()=default
const WaveAggregatedStatus & GetWaveAggregatedStatus() const
void SetLastModifiedDateTime(LastModifiedDateTimeT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool NameHasBeenSet() const
void SetRequestId(RequestIdT &&value)
bool GetIsArchived() const
void SetIsArchived(bool value)
Wave & WithIsArchived(bool value)
void SetWaveAggregatedStatus(WaveAggregatedStatusT &&value)
bool LastModifiedDateTimeHasBeenSet() const
Wave & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool DescriptionHasBeenSet() const
bool WaveAggregatedStatusHasBeenSet() const
Wave & WithRequestId(RequestIdT &&value)
bool TagsHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
Wave & WithTags(TagsT &&value)
const Aws::String & GetName() const
Wave & WithArn(ArnT &&value)
const Aws::String & GetDescription() const
Wave & WithWaveID(WaveIDT &&value)
bool RequestIdHasBeenSet() const
bool CreationDateTimeHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetCreationDateTime() const
Wave & WithName(NameT &&value)
Wave & WithWaveAggregatedStatus(WaveAggregatedStatusT &&value)
Wave & WithLastModifiedDateTime(LastModifiedDateTimeT &&value)
void SetName(NameT &&value)
const Aws::String & GetWaveID() const
void SetDescription(DescriptionT &&value)
bool IsArchivedHasBeenSet() const
const Aws::String & GetLastModifiedDateTime() const
const Aws::String & GetArn() const
AWS_MGN_API Wave & operator=(Aws::Utils::Json::JsonView jsonValue)
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