7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteConfiguredTableAssociation"; }
42 template<
typename ConfiguredTableAssociationIdentifierT = Aws::String>
43 void SetConfiguredTableAssociationIdentifier(ConfiguredTableAssociationIdentifierT&& value) { m_configuredTableAssociationIdentifierHasBeenSet =
true; m_configuredTableAssociationIdentifier = std::forward<ConfiguredTableAssociationIdentifierT>(value); }
44 template<
typename ConfiguredTableAssociationIdentifierT = Aws::String>
55 template<
typename MembershipIdentifierT = Aws::String>
56 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
57 template<
typename MembershipIdentifierT = Aws::String>
63 bool m_configuredTableAssociationIdentifierHasBeenSet =
false;
66 bool m_membershipIdentifierHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String