7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/JobType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename IdMappingTableIdentifierT = Aws::String>
40 m_idMappingTableIdentifierHasBeenSet =
true;
41 m_idMappingTableIdentifier = std::forward<IdMappingTableIdentifierT>(value);
43 template <
typename IdMappingTableIdentifierT = Aws::String>
57 template <
typename MembershipIdentifierT = Aws::String>
59 m_membershipIdentifierHasBeenSet =
true;
60 m_membershipIdentifier = std::forward<MembershipIdentifierT>(value);
62 template <
typename MembershipIdentifierT = Aws::String>
88 m_jobTypeHasBeenSet =
true;
98 bool m_idMappingTableIdentifierHasBeenSet =
false;
101 bool m_membershipIdentifierHasBeenSet =
false;
104 bool m_jobTypeHasBeenSet =
false;
JobType GetJobType() const
bool IdMappingTableIdentifierHasBeenSet() const
const Aws::String & GetMembershipIdentifier() const
PopulateIdMappingTableRequest & WithJobType(JobType value)
bool JobTypeHasBeenSet() const
const Aws::String & GetIdMappingTableIdentifier() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
AWS_CLEANROOMS_API PopulateIdMappingTableRequest()=default
void SetMembershipIdentifier(MembershipIdentifierT &&value)
void SetJobType(JobType value)
PopulateIdMappingTableRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
bool MembershipIdentifierHasBeenSet() const
PopulateIdMappingTableRequest & WithIdMappingTableIdentifier(IdMappingTableIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetIdMappingTableIdentifier(IdMappingTableIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String