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/ApplicationAggregatedStatus.h>
37 template <
typename ApplicationIDT = Aws::String>
39 m_applicationIDHasBeenSet =
true;
40 m_applicationID = std::forward<ApplicationIDT>(value);
42 template <
typename ApplicationIDT = 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 ApplicationAggregatedStatusT = ApplicationAggregatedStatus>
127 m_applicationAggregatedStatusHasBeenSet =
true;
128 m_applicationAggregatedStatus = std::forward<ApplicationAggregatedStatusT>(value);
130 template <
typename ApplicationAggregatedStatusT = ApplicationAggregatedStatus>
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));
203 template <
typename WaveIDT = Aws::String>
205 m_waveIDHasBeenSet =
true;
206 m_waveID = std::forward<WaveIDT>(value);
208 template <
typename WaveIDT = Aws::String>
219 template <
typename RequestIdT = Aws::String>
221 m_requestIdHasBeenSet =
true;
222 m_requestId = std::forward<RequestIdT>(value);
224 template <
typename RequestIdT = Aws::String>
239 bool m_isArchived{
false};
241 ApplicationAggregatedStatus m_applicationAggregatedStatus;
252 bool m_applicationIDHasBeenSet =
false;
253 bool m_arnHasBeenSet =
false;
254 bool m_nameHasBeenSet =
false;
255 bool m_descriptionHasBeenSet =
false;
256 bool m_isArchivedHasBeenSet =
false;
257 bool m_applicationAggregatedStatusHasBeenSet =
false;
258 bool m_creationDateTimeHasBeenSet =
false;
259 bool m_lastModifiedDateTimeHasBeenSet =
false;
260 bool m_tagsHasBeenSet =
false;
261 bool m_waveIDHasBeenSet =
false;
262 bool m_requestIdHasBeenSet =
false;
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetRequestId() const
bool TagsHasBeenSet() const
const Aws::String & GetLastModifiedDateTime() const
const Aws::String & GetCreationDateTime() const
bool ApplicationIDHasBeenSet() const
bool IsArchivedHasBeenSet() const
AWS_MGN_API Application(Aws::Utils::Json::JsonView jsonValue)
Application & WithTags(TagsT &&value)
void SetApplicationID(ApplicationIDT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetArn() const
Application & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
bool LastModifiedDateTimeHasBeenSet() const
Application & WithWaveID(WaveIDT &&value)
void SetIsArchived(bool value)
Application & WithDescription(DescriptionT &&value)
Application & WithApplicationID(ApplicationIDT &&value)
Application & WithArn(ArnT &&value)
void SetTags(TagsT &&value)
AWS_MGN_API Application & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetIsArchived() const
void SetArn(ArnT &&value)
void SetWaveID(WaveIDT &&value)
const Aws::String & GetApplicationID() const
Application & WithIsArchived(bool value)
Application & WithLastModifiedDateTime(LastModifiedDateTimeT &&value)
void SetRequestId(RequestIdT &&value)
bool ArnHasBeenSet() const
void SetName(NameT &&value)
void SetLastModifiedDateTime(LastModifiedDateTimeT &&value)
Application & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool NameHasBeenSet() const
bool WaveIDHasBeenSet() const
const Aws::String & GetWaveID() const
AWS_MGN_API Application()=default
Application & AddTags(TagsKeyT &&key, TagsValueT &&value)
Application & WithApplicationAggregatedStatus(ApplicationAggregatedStatusT &&value)
bool ApplicationAggregatedStatusHasBeenSet() const
bool CreationDateTimeHasBeenSet() const
const ApplicationAggregatedStatus & GetApplicationAggregatedStatus() const
const Aws::String & GetDescription() const
bool RequestIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
Application & WithCreationDateTime(CreationDateTimeT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetApplicationAggregatedStatus(ApplicationAggregatedStatusT &&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