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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
53 template<
typename CreationDateTimeT = Aws::String>
54 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
55 template<
typename CreationDateTimeT = Aws::String>
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>
75 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
84 template<
typename LastModifiedDateTimeT = Aws::String>
85 void SetLastModifiedDateTime(LastModifiedDateTimeT&& value) { m_lastModifiedDateTimeHasBeenSet =
true; m_lastModifiedDateTime = std::forward<LastModifiedDateTimeT>(value); }
86 template<
typename LastModifiedDateTimeT = Aws::String>
95 template<
typename NameT = Aws::String>
96 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
97 template<
typename NameT = Aws::String>
106 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
108 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
112 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
121 template<
typename WaveAggregatedStatusT = WaveAggregatedStatus>
122 void SetWaveAggregatedStatus(WaveAggregatedStatusT&& value) { m_waveAggregatedStatusHasBeenSet =
true; m_waveAggregatedStatus = std::forward<WaveAggregatedStatusT>(value); }
123 template<
typename WaveAggregatedStatusT = WaveAggregatedStatus>
132 template<
typename WaveIDT = Aws::String>
133 void SetWaveID(WaveIDT&& value) { m_waveIDHasBeenSet =
true; m_waveID = std::forward<WaveIDT>(value); }
134 template<
typename WaveIDT = Aws::String>
141 template<
typename RequestIdT = Aws::String>
142 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
143 template<
typename RequestIdT = Aws::String>
149 bool m_arnHasBeenSet =
false;
152 bool m_creationDateTimeHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
157 bool m_isArchived{
false};
158 bool m_isArchivedHasBeenSet =
false;
161 bool m_lastModifiedDateTimeHasBeenSet =
false;
164 bool m_nameHasBeenSet =
false;
167 bool m_tagsHasBeenSet =
false;
169 WaveAggregatedStatus m_waveAggregatedStatus;
170 bool m_waveAggregatedStatusHasBeenSet =
false;
173 bool m_waveIDHasBeenSet =
false;
176 bool m_requestIdHasBeenSet =
false;
void SetTags(TagsT &&value)
void SetWaveAggregatedStatus(WaveAggregatedStatusT &&value)
UpdateWaveResult & WithName(NameT &&value)
UpdateWaveResult & WithDescription(DescriptionT &&value)
const Aws::String & GetArn() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetWaveID() const
UpdateWaveResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_MGN_API UpdateWaveResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedDateTime(LastModifiedDateTimeT &&value)
const Aws::String & GetName() const
const Aws::String & GetLastModifiedDateTime() const
void SetWaveID(WaveIDT &&value)
void SetIsArchived(bool value)
UpdateWaveResult & WithWaveAggregatedStatus(WaveAggregatedStatusT &&value)
bool GetIsArchived() const
const Aws::String & GetCreationDateTime() const
UpdateWaveResult & WithRequestId(RequestIdT &&value)
UpdateWaveResult & WithLastModifiedDateTime(LastModifiedDateTimeT &&value)
void SetRequestId(RequestIdT &&value)
UpdateWaveResult & WithCreationDateTime(CreationDateTimeT &&value)
UpdateWaveResult & WithWaveID(WaveIDT &&value)
void SetName(NameT &&value)
UpdateWaveResult & WithArn(ArnT &&value)
UpdateWaveResult & WithTags(TagsT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
const WaveAggregatedStatus & GetWaveAggregatedStatus() const
UpdateWaveResult & WithIsArchived(bool value)
AWS_MGN_API UpdateWaveResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_MGN_API UpdateWaveResult()=default
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