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 DataIntegrationIdentifierT = Aws::String>
39 m_dataIntegrationIdentifierHasBeenSet =
true;
40 m_dataIntegrationIdentifier = std::forward<DataIntegrationIdentifierT>(value);
42 template <
typename DataIntegrationIdentifierT = Aws::String>
50 bool m_dataIntegrationIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetDataIntegrationIdentifier(DataIntegrationIdentifierT &&value)
bool DataIntegrationIdentifierHasBeenSet() const
const Aws::String & GetDataIntegrationIdentifier() const
AWS_APPINTEGRATIONSSERVICE_API Aws::String SerializePayload() const override
DeleteDataIntegrationRequest & WithDataIntegrationIdentifier(DataIntegrationIdentifierT &&value)
AWS_APPINTEGRATIONSSERVICE_API DeleteDataIntegrationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String