7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename IdMappingTableIdentifierT = Aws::String>
43 void SetIdMappingTableIdentifier(IdMappingTableIdentifierT&& value) { m_idMappingTableIdentifierHasBeenSet =
true; m_idMappingTableIdentifier = std::forward<IdMappingTableIdentifierT>(value); }
44 template<
typename IdMappingTableIdentifierT = 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_idMappingTableIdentifierHasBeenSet =
false;
66 bool m_membershipIdentifierHasBeenSet =
false;
bool IdMappingTableIdentifierHasBeenSet() const
const Aws::String & GetIdMappingTableIdentifier() const
GetIdMappingTableRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
const Aws::String & GetMembershipIdentifier() const
AWS_CLEANROOMS_API GetIdMappingTableRequest()=default
virtual const char * GetServiceRequestName() const override
void SetMembershipIdentifier(MembershipIdentifierT &&value)
void SetIdMappingTableIdentifier(IdMappingTableIdentifierT &&value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
GetIdMappingTableRequest & WithIdMappingTableIdentifier(IdMappingTableIdentifierT &&value)
bool MembershipIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String