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>
13#include <aws/appintegrations/model/ApplicationConfig.h>
14#include <aws/appintegrations/model/IframeConfig.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace AppIntegrationsService
46 template<
typename ArnT = Aws::String>
47 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
48 template<
typename ArnT = Aws::String>
57 template<
typename IdT = Aws::String>
58 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
59 template<
typename IdT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
79 template<
typename NamespaceT = Aws::String>
80 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
81 template<
typename NamespaceT = Aws::String>
90 template<
typename DescriptionT = Aws::String>
91 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
92 template<
typename DescriptionT = Aws::String>
101 template<
typename ApplicationSourceConfigT = ApplicationSourceConfig>
102 void SetApplicationSourceConfig(ApplicationSourceConfigT&& value) { m_applicationSourceConfigHasBeenSet =
true; m_applicationSourceConfig = std::forward<ApplicationSourceConfigT>(value); }
103 template<
typename ApplicationSourceConfigT = ApplicationSourceConfig>
112 template<
typename CreatedTimeT = Aws::Utils::DateTime>
113 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
114 template<
typename CreatedTimeT = Aws::Utils::DateTime>
123 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
124 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
125 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
135 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
137 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
139 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
141 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
151 template<
typename PermissionsT = Aws::Vector<Aws::String>>
152 void SetPermissions(PermissionsT&& value) { m_permissionsHasBeenSet =
true; m_permissions = std::forward<PermissionsT>(value); }
153 template<
typename PermissionsT = Aws::Vector<Aws::String>>
155 template<
typename PermissionsT = Aws::String>
164 inline void SetIsService(
bool value) { m_isServiceHasBeenSet =
true; m_isService = value; }
183 template<
typename ApplicationConfigT = ApplicationConfig>
184 void SetApplicationConfig(ApplicationConfigT&& value) { m_applicationConfigHasBeenSet =
true; m_applicationConfig = std::forward<ApplicationConfigT>(value); }
185 template<
typename ApplicationConfigT = ApplicationConfig>
194 template<
typename IframeConfigT = IframeConfig>
195 void SetIframeConfig(IframeConfigT&& value) { m_iframeConfigHasBeenSet =
true; m_iframeConfig = std::forward<IframeConfigT>(value); }
196 template<
typename IframeConfigT = IframeConfig>
203 template<
typename RequestIdT = Aws::String>
204 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
205 template<
typename RequestIdT = Aws::String>
211 bool m_arnHasBeenSet =
false;
214 bool m_idHasBeenSet =
false;
217 bool m_nameHasBeenSet =
false;
220 bool m_namespaceHasBeenSet =
false;
223 bool m_descriptionHasBeenSet =
false;
226 bool m_applicationSourceConfigHasBeenSet =
false;
229 bool m_createdTimeHasBeenSet =
false;
232 bool m_lastModifiedTimeHasBeenSet =
false;
235 bool m_tagsHasBeenSet =
false;
238 bool m_permissionsHasBeenSet =
false;
240 bool m_isService{
false};
241 bool m_isServiceHasBeenSet =
false;
243 int m_initializationTimeout{0};
244 bool m_initializationTimeoutHasBeenSet =
false;
246 ApplicationConfig m_applicationConfig;
247 bool m_applicationConfigHasBeenSet =
false;
249 IframeConfig m_iframeConfig;
250 bool m_iframeConfigHasBeenSet =
false;
253 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)
bool GetIsService() const
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 & WithApplicationConfig(ApplicationConfigT &&value)
GetApplicationResult & WithIsService(bool 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)
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 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)
void SetIsService(bool value)
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