7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename MembershipIdentifierT = Aws::String>
40 m_membershipIdentifierHasBeenSet =
true;
41 m_membershipIdentifier = std::forward<MembershipIdentifierT>(value);
43 template <
typename MembershipIdentifierT = Aws::String>
56 template <
typename IntermediateTableNameT = Aws::String>
58 m_intermediateTableNameHasBeenSet =
true;
59 m_intermediateTableName = std::forward<IntermediateTableNameT>(value);
61 template <
typename IntermediateTableNameT = Aws::String>
76 m_includeDescendantsHasBeenSet =
true;
77 m_includeDescendants = value;
89 bool m_includeDescendants{
false};
90 bool m_membershipIdentifierHasBeenSet =
false;
91 bool m_intermediateTableNameHasBeenSet =
false;
92 bool m_includeDescendantsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String