7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetIdMappingTableIdentifier(
const char* value) { m_idMappingTableIdentifierHasBeenSet =
true; m_idMappingTableIdentifier.assign(value); }
58 inline void SetMembershipIdentifier(
const char* value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier.assign(value); }
66 bool m_idMappingTableIdentifierHasBeenSet =
false;
69 bool m_membershipIdentifierHasBeenSet =
false;
void SetMembershipIdentifier(Aws::String &&value)
PopulateIdMappingTableRequest & WithMembershipIdentifier(const Aws::String &value)
bool IdMappingTableIdentifierHasBeenSet() const
const Aws::String & GetMembershipIdentifier() const
const Aws::String & GetIdMappingTableIdentifier() const
void SetIdMappingTableIdentifier(Aws::String &&value)
void SetIdMappingTableIdentifier(const Aws::String &value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
PopulateIdMappingTableRequest & WithIdMappingTableIdentifier(const Aws::String &value)
AWS_CLEANROOMS_API PopulateIdMappingTableRequest()
PopulateIdMappingTableRequest & WithIdMappingTableIdentifier(Aws::String &&value)
PopulateIdMappingTableRequest & WithMembershipIdentifier(const char *value)
void SetIdMappingTableIdentifier(const char *value)
void SetMembershipIdentifier(const char *value)
PopulateIdMappingTableRequest & WithMembershipIdentifier(Aws::String &&value)
bool MembershipIdentifierHasBeenSet() const
void SetMembershipIdentifier(const Aws::String &value)
PopulateIdMappingTableRequest & WithIdMappingTableIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String