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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ApplicationAggregatedStatusT = ApplicationAggregatedStatus>
43 void SetApplicationAggregatedStatus(ApplicationAggregatedStatusT&& value) { m_applicationAggregatedStatusHasBeenSet =
true; m_applicationAggregatedStatus = std::forward<ApplicationAggregatedStatusT>(value); }
44 template<
typename ApplicationAggregatedStatusT = ApplicationAggregatedStatus>
53 template<
typename ApplicationIDT = Aws::String>
54 void SetApplicationID(ApplicationIDT&& value) { m_applicationIDHasBeenSet =
true; m_applicationID = std::forward<ApplicationIDT>(value); }
55 template<
typename ApplicationIDT = Aws::String>
64 template<
typename ArnT = Aws::String>
65 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
66 template<
typename ArnT = Aws::String>
75 template<
typename CreationDateTimeT = Aws::String>
76 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
77 template<
typename CreationDateTimeT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
97 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
106 template<
typename LastModifiedDateTimeT = Aws::String>
107 void SetLastModifiedDateTime(LastModifiedDateTimeT&& value) { m_lastModifiedDateTimeHasBeenSet =
true; m_lastModifiedDateTime = std::forward<LastModifiedDateTimeT>(value); }
108 template<
typename LastModifiedDateTimeT = Aws::String>
117 template<
typename NameT = Aws::String>
118 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
119 template<
typename NameT = Aws::String>
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
130 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
134 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
143 template<
typename WaveIDT = Aws::String>
144 void SetWaveID(WaveIDT&& value) { m_waveIDHasBeenSet =
true; m_waveID = std::forward<WaveIDT>(value); }
145 template<
typename WaveIDT = Aws::String>
152 template<
typename RequestIdT = Aws::String>
153 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
154 template<
typename RequestIdT = Aws::String>
160 bool m_applicationAggregatedStatusHasBeenSet =
false;
163 bool m_applicationIDHasBeenSet =
false;
166 bool m_arnHasBeenSet =
false;
169 bool m_creationDateTimeHasBeenSet =
false;
172 bool m_descriptionHasBeenSet =
false;
174 bool m_isArchived{
false};
175 bool m_isArchivedHasBeenSet =
false;
178 bool m_lastModifiedDateTimeHasBeenSet =
false;
181 bool m_nameHasBeenSet =
false;
184 bool m_tagsHasBeenSet =
false;
187 bool m_waveIDHasBeenSet =
false;
190 bool m_requestIdHasBeenSet =
false;
CreateApplicationResult & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetDescription() const
void SetIsArchived(bool value)
CreateApplicationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateApplicationResult & WithLastModifiedDateTime(LastModifiedDateTimeT &&value)
void SetDescription(DescriptionT &&value)
void SetApplicationAggregatedStatus(ApplicationAggregatedStatusT &&value)
const Aws::String & GetLastModifiedDateTime() const
CreateApplicationResult & WithApplicationID(ApplicationIDT &&value)
CreateApplicationResult & WithWaveID(WaveIDT &&value)
const Aws::String & GetWaveID() const
CreateApplicationResult & WithTags(TagsT &&value)
const Aws::String & GetCreationDateTime() const
const Aws::String & GetArn() const
void SetTags(TagsT &&value)
CreateApplicationResult & WithIsArchived(bool value)
CreateApplicationResult & WithArn(ArnT &&value)
void SetApplicationID(ApplicationIDT &&value)
CreateApplicationResult & WithRequestId(RequestIdT &&value)
CreateApplicationResult & WithName(NameT &&value)
AWS_MGN_API CreateApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MGN_API CreateApplicationResult()=default
CreateApplicationResult & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
CreateApplicationResult & WithApplicationAggregatedStatus(ApplicationAggregatedStatusT &&value)
bool GetIsArchived() const
void SetArn(ArnT &&value)
AWS_MGN_API CreateApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedDateTime(LastModifiedDateTimeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const ApplicationAggregatedStatus & GetApplicationAggregatedStatus() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetCreationDateTime(CreationDateTimeT &&value)
void SetWaveID(WaveIDT &&value)
const Aws::String & GetApplicationID() const
const Aws::String & GetRequestId() 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