7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/AppIntegrationsServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AppIntegrationsService
41 template<
typename IdentifierT = Aws::String>
42 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
43 template<
typename IdentifierT = Aws::String>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
73 bool m_identifierHasBeenSet =
false;
76 bool m_nameHasBeenSet =
false;
79 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetIdentifier() const
const Aws::String & GetDescription() const
UpdateDataIntegrationRequest & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
bool IdentifierHasBeenSet() const
const Aws::String & GetName() const
void SetIdentifier(IdentifierT &&value)
UpdateDataIntegrationRequest & WithIdentifier(IdentifierT &&value)
AWS_APPINTEGRATIONSSERVICE_API UpdateDataIntegrationRequest()=default
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API Aws::String SerializePayload() const override
UpdateDataIntegrationRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String