7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanrooms/model/ConfiguredTableAnalysisRuleType.h>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteConfiguredTableAnalysisRule"; }
43 template<
typename ConfiguredTableIdentifierT = Aws::String>
44 void SetConfiguredTableIdentifier(ConfiguredTableIdentifierT&& value) { m_configuredTableIdentifierHasBeenSet =
true; m_configuredTableIdentifier = std::forward<ConfiguredTableIdentifierT>(value); }
45 template<
typename ConfiguredTableIdentifierT = Aws::String>
63 bool m_configuredTableIdentifierHasBeenSet =
false;
66 bool m_analysisRuleTypeHasBeenSet =
false;
ConfiguredTableAnalysisRuleType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String