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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ApplicationIDT = Aws::String>
38 m_applicationIDHasBeenSet =
true;
39 m_applicationID = std::forward<ApplicationIDT>(value);
41 template <
typename ApplicationIDT = 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 ApplicationAggregatedStatusT = ApplicationAggregatedStatus>
121 m_applicationAggregatedStatusHasBeenSet =
true;
122 m_applicationAggregatedStatus = std::forward<ApplicationAggregatedStatusT>(value);
124 template <
typename ApplicationAggregatedStatusT = ApplicationAggregatedStatus>
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));
193 template <
typename WaveIDT = Aws::String>
195 m_waveIDHasBeenSet =
true;
196 m_waveID = std::forward<WaveIDT>(value);
198 template <
typename WaveIDT = Aws::String>
208 template <
typename RequestIdT = Aws::String>
210 m_requestIdHasBeenSet =
true;
211 m_requestId = std::forward<RequestIdT>(value);
213 template <
typename RequestIdT = Aws::String>
228 bool m_isArchived{
false};
230 ApplicationAggregatedStatus m_applicationAggregatedStatus;
241 bool m_applicationIDHasBeenSet =
false;
242 bool m_arnHasBeenSet =
false;
243 bool m_nameHasBeenSet =
false;
244 bool m_descriptionHasBeenSet =
false;
245 bool m_isArchivedHasBeenSet =
false;
246 bool m_applicationAggregatedStatusHasBeenSet =
false;
247 bool m_creationDateTimeHasBeenSet =
false;
248 bool m_lastModifiedDateTimeHasBeenSet =
false;
249 bool m_tagsHasBeenSet =
false;
250 bool m_waveIDHasBeenSet =
false;
251 bool m_requestIdHasBeenSet =
false;
void SetApplicationAggregatedStatus(ApplicationAggregatedStatusT &&value)
ArchiveApplicationResult & WithCreationDateTime(CreationDateTimeT &&value)
void SetLastModifiedDateTime(LastModifiedDateTimeT &&value)
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
void SetWaveID(WaveIDT &&value)
const Aws::String & GetLastModifiedDateTime() const
void SetArn(ArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ArchiveApplicationResult & WithIsArchived(bool value)
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetArn() const
bool GetIsArchived() const
ArchiveApplicationResult & WithArn(ArnT &&value)
void SetTags(TagsT &&value)
ArchiveApplicationResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
void SetIsArchived(bool value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
ArchiveApplicationResult & WithWaveID(WaveIDT &&value)
ArchiveApplicationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const ApplicationAggregatedStatus & GetApplicationAggregatedStatus() const
ArchiveApplicationResult & WithApplicationAggregatedStatus(ApplicationAggregatedStatusT &&value)
const Aws::String & GetCreationDateTime() const
ArchiveApplicationResult & WithApplicationID(ApplicationIDT &&value)
AWS_MGN_API ArchiveApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MGN_API ArchiveApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ArchiveApplicationResult & WithLastModifiedDateTime(LastModifiedDateTimeT &&value)
ArchiveApplicationResult & WithName(NameT &&value)
void SetApplicationID(ApplicationIDT &&value)
AWS_MGN_API ArchiveApplicationResult()=default
const Aws::String & GetWaveID() const
const Aws::String & GetDescription() const
ArchiveApplicationResult & WithTags(TagsT &&value)
ArchiveApplicationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetApplicationID() const
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