7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/mgn/model/WaveAggregatedStatus.h>
31 AWS_MGN_API
Wave() =
default;
43 template<
typename ArnT = Aws::String>
44 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
45 template<
typename ArnT = Aws::String>
55 template<
typename CreationDateTimeT = Aws::String>
56 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
57 template<
typename CreationDateTimeT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
79 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
89 template<
typename LastModifiedDateTimeT = Aws::String>
90 void SetLastModifiedDateTime(LastModifiedDateTimeT&& value) { m_lastModifiedDateTimeHasBeenSet =
true; m_lastModifiedDateTime = std::forward<LastModifiedDateTimeT>(value); }
91 template<
typename LastModifiedDateTimeT = Aws::String>
101 template<
typename NameT = Aws::String>
102 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
103 template<
typename NameT = Aws::String>
113 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
114 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
115 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
117 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
119 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
129 template<
typename WaveAggregatedStatusT = WaveAggregatedStatus>
130 void SetWaveAggregatedStatus(WaveAggregatedStatusT&& value) { m_waveAggregatedStatusHasBeenSet =
true; m_waveAggregatedStatus = std::forward<WaveAggregatedStatusT>(value); }
131 template<
typename WaveAggregatedStatusT = WaveAggregatedStatus>
141 template<
typename WaveIDT = Aws::String>
142 void SetWaveID(WaveIDT&& value) { m_waveIDHasBeenSet =
true; m_waveID = std::forward<WaveIDT>(value); }
143 template<
typename WaveIDT = Aws::String>
151 template<
typename RequestIdT = Aws::String>
152 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
153 template<
typename RequestIdT = Aws::String>
159 bool m_arnHasBeenSet =
false;
162 bool m_creationDateTimeHasBeenSet =
false;
165 bool m_descriptionHasBeenSet =
false;
167 bool m_isArchived{
false};
168 bool m_isArchivedHasBeenSet =
false;
171 bool m_lastModifiedDateTimeHasBeenSet =
false;
174 bool m_nameHasBeenSet =
false;
177 bool m_tagsHasBeenSet =
false;
179 WaveAggregatedStatus m_waveAggregatedStatus;
180 bool m_waveAggregatedStatusHasBeenSet =
false;
183 bool m_waveIDHasBeenSet =
false;
186 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