7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appintegrations/model/ApplicationSourceConfig.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace AppIntegrationsService
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
55 template<
typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
77 template<
typename NamespaceT = Aws::String>
78 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
79 template<
typename NamespaceT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
99 template<
typename ApplicationSourceConfigT = ApplicationSourceConfig>
100 void SetApplicationSourceConfig(ApplicationSourceConfigT&& value) { m_applicationSourceConfigHasBeenSet =
true; m_applicationSourceConfig = std::forward<ApplicationSourceConfigT>(value); }
101 template<
typename ApplicationSourceConfigT = ApplicationSourceConfig>
110 template<
typename CreatedTimeT = Aws::Utils::DateTime>
111 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
112 template<
typename CreatedTimeT = Aws::Utils::DateTime>
121 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
122 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
123 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
134 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
135 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
137 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
139 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
149 template<
typename PermissionsT = Aws::Vector<Aws::String>>
150 void SetPermissions(PermissionsT&& value) { m_permissionsHasBeenSet =
true; m_permissions = std::forward<PermissionsT>(value); }
151 template<
typename PermissionsT = Aws::Vector<Aws::String>>
153 template<
typename PermissionsT = Aws::String>
160 template<
typename RequestIdT = Aws::String>
161 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
162 template<
typename RequestIdT = Aws::String>
168 bool m_arnHasBeenSet =
false;
171 bool m_idHasBeenSet =
false;
174 bool m_nameHasBeenSet =
false;
177 bool m_namespaceHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
183 bool m_applicationSourceConfigHasBeenSet =
false;
186 bool m_createdTimeHasBeenSet =
false;
189 bool m_lastModifiedTimeHasBeenSet =
false;
192 bool m_tagsHasBeenSet =
false;
195 bool m_permissionsHasBeenSet =
false;
198 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNamespace() const
GetApplicationResult & WithCreatedTime(CreatedTimeT &&value)
void SetCreatedTime(CreatedTimeT &&value)
GetApplicationResult & WithDescription(DescriptionT &&value)
const Aws::String & GetArn() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
GetApplicationResult & WithTags(TagsT &&value)
GetApplicationResult & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetId() const
const Aws::String & GetName() const
void SetNamespace(NamespaceT &&value)
void SetName(NameT &&value)
GetApplicationResult & WithPermissions(PermissionsT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetRequestId() const
GetApplicationResult & WithApplicationSourceConfig(ApplicationSourceConfigT &&value)
GetApplicationResult & WithRequestId(RequestIdT &&value)
GetApplicationResult & AddPermissions(PermissionsT &&value)
GetApplicationResult & WithName(NameT &&value)
GetApplicationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetApplicationResult()=default
const Aws::Vector< Aws::String > & GetPermissions() const
const Aws::Utils::DateTime & GetCreatedTime() const
void SetApplicationSourceConfig(ApplicationSourceConfigT &&value)
void SetArn(ArnT &&value)
const ApplicationSourceConfig & GetApplicationSourceConfig() const
AWS_APPINTEGRATIONSSERVICE_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
void SetTags(TagsT &&value)
void SetPermissions(PermissionsT &&value)
void SetDescription(DescriptionT &&value)
GetApplicationResult & WithArn(ArnT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetApplicationResult & WithNamespace(NamespaceT &&value)
GetApplicationResult & WithId(IdT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue