7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/servicecatalog-appregistry/model/Integrations.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename IdT = Aws::String>
44 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
45 template<
typename IdT = Aws::String>
55 template<
typename ArnT = Aws::String>
56 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
57 template<
typename ArnT = Aws::String>
67 template<
typename NameT = Aws::String>
68 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
78 template<
typename DescriptionT = Aws::String>
79 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
80 template<
typename DescriptionT = Aws::String>
90 template<
typename CreationTimeT = Aws::Utils::DateTime>
91 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
92 template<
typename CreationTimeT = Aws::Utils::DateTime>
102 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
103 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
104 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
123 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
124 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
125 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
129 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
139 template<
typename IntegrationsT = Integrations>
140 void SetIntegrations(IntegrationsT&& value) { m_integrationsHasBeenSet =
true; m_integrations = std::forward<IntegrationsT>(value); }
141 template<
typename IntegrationsT = Integrations>
150 template<
typename ApplicationTagT = Aws::Map<Aws::String, Aws::String>>
151 void SetApplicationTag(ApplicationTagT&& value) { m_applicationTagHasBeenSet =
true; m_applicationTag = std::forward<ApplicationTagT>(value); }
152 template<
typename ApplicationTagT = Aws::Map<Aws::String, Aws::String>>
154 template<
typename ApplicationTagKeyT = Aws::String,
typename ApplicationTagValueT = Aws::String>
156 m_applicationTagHasBeenSet =
true; m_applicationTag.emplace(std::forward<ApplicationTagKeyT>(key), std::forward<ApplicationTagValueT>(value));
return *
this;
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_idHasBeenSet =
false;
174 bool m_arnHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
183 bool m_creationTimeHasBeenSet =
false;
186 bool m_lastUpdateTimeHasBeenSet =
false;
188 int m_associatedResourceCount{0};
189 bool m_associatedResourceCountHasBeenSet =
false;
192 bool m_tagsHasBeenSet =
false;
194 Integrations m_integrations;
195 bool m_integrationsHasBeenSet =
false;
198 bool m_applicationTagHasBeenSet =
false;
201 bool m_requestIdHasBeenSet =
false;
GetApplicationResult & WithIntegrations(IntegrationsT &&value)
GetApplicationResult & WithLastUpdateTime(LastUpdateTimeT &&value)
AWS_APPREGISTRY_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAssociatedResourceCount(int value)
const Aws::String & GetArn() const
GetApplicationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_APPREGISTRY_API GetApplicationResult()=default
const Integrations & GetIntegrations() const
void SetApplicationTag(ApplicationTagT &&value)
void SetLastUpdateTime(LastUpdateTimeT &&value)
GetApplicationResult & AddApplicationTag(ApplicationTagKeyT &&key, ApplicationTagValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetName() const
GetApplicationResult & WithRequestId(RequestIdT &&value)
GetApplicationResult & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
int GetAssociatedResourceCount() const
GetApplicationResult & WithId(IdT &&value)
void SetIntegrations(IntegrationsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetApplicationTag() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetArn(ArnT &&value)
GetApplicationResult & WithArn(ArnT &&value)
GetApplicationResult & WithApplicationTag(ApplicationTagT &&value)
void SetName(NameT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetRequestId() const
AWS_APPREGISTRY_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApplicationResult & WithDescription(DescriptionT &&value)
GetApplicationResult & WithTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
GetApplicationResult & WithName(NameT &&value)
void SetTags(TagsT &&value)
void SetRequestId(RequestIdT &&value)
GetApplicationResult & WithAssociatedResourceCount(int value)
const Aws::String & GetId() const
const Aws::String & GetDescription() 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