7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/model/ApplicationAggregatedStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
43 template<
typename ApplicationAggregatedStatusT = ApplicationAggregatedStatus>
44 void SetApplicationAggregatedStatus(ApplicationAggregatedStatusT&& value) { m_applicationAggregatedStatusHasBeenSet =
true; m_applicationAggregatedStatus = std::forward<ApplicationAggregatedStatusT>(value); }
45 template<
typename ApplicationAggregatedStatusT = ApplicationAggregatedStatus>
55 template<
typename ApplicationIDT = Aws::String>
56 void SetApplicationID(ApplicationIDT&& value) { m_applicationIDHasBeenSet =
true; m_applicationID = std::forward<ApplicationIDT>(value); }
57 template<
typename ApplicationIDT = Aws::String>
67 template<
typename ArnT = Aws::String>
68 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
69 template<
typename ArnT = Aws::String>
79 template<
typename CreationDateTimeT = Aws::String>
80 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
81 template<
typename CreationDateTimeT = Aws::String>
91 template<
typename DescriptionT = Aws::String>
92 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
93 template<
typename DescriptionT = Aws::String>
103 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
113 template<
typename LastModifiedDateTimeT = Aws::String>
114 void SetLastModifiedDateTime(LastModifiedDateTimeT&& value) { m_lastModifiedDateTimeHasBeenSet =
true; m_lastModifiedDateTime = std::forward<LastModifiedDateTimeT>(value); }
115 template<
typename LastModifiedDateTimeT = Aws::String>
125 template<
typename NameT = Aws::String>
126 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
127 template<
typename NameT = Aws::String>
137 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
139 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
143 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
153 template<
typename WaveIDT = Aws::String>
154 void SetWaveID(WaveIDT&& value) { m_waveIDHasBeenSet =
true; m_waveID = std::forward<WaveIDT>(value); }
155 template<
typename WaveIDT = Aws::String>
163 template<
typename RequestIdT = Aws::String>
164 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
165 template<
typename RequestIdT = Aws::String>
171 bool m_applicationAggregatedStatusHasBeenSet =
false;
174 bool m_applicationIDHasBeenSet =
false;
177 bool m_arnHasBeenSet =
false;
180 bool m_creationDateTimeHasBeenSet =
false;
183 bool m_descriptionHasBeenSet =
false;
185 bool m_isArchived{
false};
186 bool m_isArchivedHasBeenSet =
false;
189 bool m_lastModifiedDateTimeHasBeenSet =
false;
192 bool m_nameHasBeenSet =
false;
195 bool m_tagsHasBeenSet =
false;
198 bool m_waveIDHasBeenSet =
false;
201 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