7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/model/ApplicationConfig.h>
9#include <aws/appintegrations/model/ApplicationSourceConfig.h>
10#include <aws/appintegrations/model/ApplicationType.h>
11#include <aws/appintegrations/model/IframeConfig.h>
12#include <aws/core/http/HttpResponse.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16#include <aws/core/utils/memory/stl/AWSVector.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace AppIntegrationsService {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
93 template <
typename NamespaceT = Aws::String>
95 m_namespaceHasBeenSet =
true;
96 m_namespace = std::forward<NamespaceT>(value);
98 template <
typename NamespaceT = Aws::String>
110 template <
typename DescriptionT = Aws::String>
112 m_descriptionHasBeenSet =
true;
113 m_description = std::forward<DescriptionT>(value);
115 template <
typename DescriptionT = Aws::String>
127 template <
typename ApplicationSourceConfigT = ApplicationSourceConfig>
129 m_applicationSourceConfigHasBeenSet =
true;
130 m_applicationSourceConfig = std::forward<ApplicationSourceConfigT>(value);
132 template <
typename ApplicationSourceConfigT = ApplicationSourceConfig>
144 template <
typename CreatedTimeT = Aws::Utils::DateTime>
146 m_createdTimeHasBeenSet =
true;
147 m_createdTime = std::forward<CreatedTimeT>(value);
149 template <
typename CreatedTimeT = Aws::Utils::DateTime>
161 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
163 m_lastModifiedTimeHasBeenSet =
true;
164 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
166 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
179 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
181 m_tagsHasBeenSet =
true;
182 m_tags = std::forward<TagsT>(value);
184 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
186 SetTags(std::forward<TagsT>(value));
189 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
191 m_tagsHasBeenSet =
true;
192 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
203 template <
typename PermissionsT = Aws::Vector<Aws::String>>
205 m_permissionsHasBeenSet =
true;
206 m_permissions = std::forward<PermissionsT>(value);
208 template <
typename PermissionsT = Aws::Vector<Aws::String>>
213 template <
typename PermissionsT = Aws::String>
215 m_permissionsHasBeenSet =
true;
216 m_permissions.emplace_back(std::forward<PermissionsT>(value));
228 m_initializationTimeoutHasBeenSet =
true;
229 m_initializationTimeout = value;
242 template <
typename ApplicationConfigT = ApplicationConfig>
244 m_applicationConfigHasBeenSet =
true;
245 m_applicationConfig = std::forward<ApplicationConfigT>(value);
247 template <
typename ApplicationConfigT = ApplicationConfig>
259 template <
typename IframeConfigT = IframeConfig>
261 m_iframeConfigHasBeenSet =
true;
262 m_iframeConfig = std::forward<IframeConfigT>(value);
264 template <
typename IframeConfigT = IframeConfig>
277 m_applicationTypeHasBeenSet =
true;
278 m_applicationType = value;
289 template <
typename RequestIdT = Aws::String>
291 m_requestIdHasBeenSet =
true;
292 m_requestId = std::forward<RequestIdT>(value);
294 template <
typename RequestIdT = Aws::String>
323 int m_initializationTimeout{0};
325 ApplicationConfig m_applicationConfig;
327 IframeConfig m_iframeConfig;
333 bool m_arnHasBeenSet =
false;
334 bool m_idHasBeenSet =
false;
335 bool m_nameHasBeenSet =
false;
336 bool m_namespaceHasBeenSet =
false;
337 bool m_descriptionHasBeenSet =
false;
338 bool m_applicationSourceConfigHasBeenSet =
false;
339 bool m_createdTimeHasBeenSet =
false;
340 bool m_lastModifiedTimeHasBeenSet =
false;
341 bool m_tagsHasBeenSet =
false;
342 bool m_permissionsHasBeenSet =
false;
343 bool m_initializationTimeoutHasBeenSet =
false;
344 bool m_applicationConfigHasBeenSet =
false;
345 bool m_iframeConfigHasBeenSet =
false;
346 bool m_applicationTypeHasBeenSet =
false;
347 bool m_requestIdHasBeenSet =
false;
const ApplicationConfig & GetApplicationConfig() const
GetApplicationResult & WithIframeConfig(IframeConfigT &&value)
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)
ApplicationType GetApplicationType() const
GetApplicationResult & AddPermissions(PermissionsT &&value)
GetApplicationResult & WithName(NameT &&value)
GetApplicationResult & WithApplicationConfig(ApplicationConfigT &&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 SetApplicationConfig(ApplicationConfigT &&value)
void SetArn(ArnT &&value)
const ApplicationSourceConfig & GetApplicationSourceConfig() const
void SetInitializationTimeout(int value)
GetApplicationResult & WithApplicationType(ApplicationType value)
AWS_APPINTEGRATIONSSERVICE_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const IframeConfig & GetIframeConfig() const
void SetIframeConfig(IframeConfigT &&value)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
void SetApplicationType(ApplicationType value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetTags(TagsT &&value)
int GetInitializationTimeout() const
void SetPermissions(PermissionsT &&value)
GetApplicationResult & WithInitializationTimeout(int 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