7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/rds/RDS_EXPORTS.h>
41 template <
typename IntegrationIdentifierT = Aws::String>
43 m_integrationIdentifierHasBeenSet =
true;
44 m_integrationIdentifier = std::forward<IntegrationIdentifierT>(value);
46 template <
typename IntegrationIdentifierT = Aws::String>
54 bool m_integrationIdentifierHasBeenSet =
false;
DeleteIntegrationRequest & WithIntegrationIdentifier(IntegrationIdentifierT &&value)
bool IntegrationIdentifierHasBeenSet() const
void SetIntegrationIdentifier(IntegrationIdentifierT &&value)
const Aws::String & GetIntegrationIdentifier() const
AWS_RDS_API DeleteIntegrationRequest()=default
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_RDS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String