7#include <aws/appintegrations/AppIntegrationsServiceRequest.h>
8#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AppIntegrationsService {
37 template <
typename IdentifierT = Aws::String>
39 m_identifierHasBeenSet =
true;
40 m_identifier = std::forward<IdentifierT>(value);
42 template <
typename IdentifierT = Aws::String>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
90 bool m_identifierHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
92 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