7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename IntegrationIdentifierT = Aws::String>
44 void SetIntegrationIdentifier(IntegrationIdentifierT&& value) { m_integrationIdentifierHasBeenSet =
true; m_integrationIdentifier = std::forward<IntegrationIdentifierT>(value); }
45 template<
typename IntegrationIdentifierT = Aws::String>
51 bool m_integrationIdentifierHasBeenSet =
false;
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetIntegrationIdentifier() const
virtual const char * GetServiceRequestName() const override
void SetIntegrationIdentifier(IntegrationIdentifierT &&value)
DeleteIntegrationRequest & WithIntegrationIdentifier(IntegrationIdentifierT &&value)
bool IntegrationIdentifierHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API DeleteIntegrationRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String