7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/AppIntegrationsServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appintegrations/model/ApplicationSourceConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace AppIntegrationsService
43 template<
typename ArnT = Aws::String>
44 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
45 template<
typename ArnT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
79 template<
typename ApplicationSourceConfigT = ApplicationSourceConfig>
80 void SetApplicationSourceConfig(ApplicationSourceConfigT&& value) { m_applicationSourceConfigHasBeenSet =
true; m_applicationSourceConfig = std::forward<ApplicationSourceConfigT>(value); }
81 template<
typename ApplicationSourceConfigT = ApplicationSourceConfig>
92 template<
typename PermissionsT = Aws::Vector<Aws::String>>
93 void SetPermissions(PermissionsT&& value) { m_permissionsHasBeenSet =
true; m_permissions = std::forward<PermissionsT>(value); }
94 template<
typename PermissionsT = Aws::Vector<Aws::String>>
96 template<
typename PermissionsT = Aws::String>
102 bool m_arnHasBeenSet =
false;
105 bool m_nameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_applicationSourceConfigHasBeenSet =
false;
114 bool m_permissionsHasBeenSet =
false;
const ApplicationSourceConfig & GetApplicationSourceConfig() const
void SetApplicationSourceConfig(ApplicationSourceConfigT &&value)
const Aws::String & GetDescription() const
void SetPermissions(PermissionsT &&value)
UpdateApplicationRequest & WithDescription(DescriptionT &&value)
bool ArnHasBeenSet() const
UpdateApplicationRequest & WithArn(ArnT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
bool PermissionsHasBeenSet() const
void SetArn(ArnT &&value)
UpdateApplicationRequest & WithApplicationSourceConfig(ApplicationSourceConfigT &&value)
AWS_APPINTEGRATIONSSERVICE_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetPermissions() const
UpdateApplicationRequest & WithPermissions(PermissionsT &&value)
AWS_APPINTEGRATIONSSERVICE_API UpdateApplicationRequest()=default
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
bool ApplicationSourceConfigHasBeenSet() const
const Aws::String & GetArn() const
UpdateApplicationRequest & AddPermissions(PermissionsT &&value)
bool DescriptionHasBeenSet() const
UpdateApplicationRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector