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 SetMembershipIdentifier(
const char* value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier.assign(value); }
57 inline void SetProtectedQueryIdentifier(
const char* value) { m_protectedQueryIdentifierHasBeenSet =
true; m_protectedQueryIdentifier.assign(value); }
65 bool m_membershipIdentifierHasBeenSet =
false;
68 bool m_protectedQueryIdentifierHasBeenSet =
false;
GetProtectedQueryRequest & WithMembershipIdentifier(const char *value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
bool MembershipIdentifierHasBeenSet() const
bool ProtectedQueryIdentifierHasBeenSet() const
AWS_CLEANROOMS_API GetProtectedQueryRequest()
void SetProtectedQueryIdentifier(const char *value)
const Aws::String & GetMembershipIdentifier() const
virtual const char * GetServiceRequestName() const override
GetProtectedQueryRequest & WithProtectedQueryIdentifier(Aws::String &&value)
GetProtectedQueryRequest & WithMembershipIdentifier(const Aws::String &value)
GetProtectedQueryRequest & WithProtectedQueryIdentifier(const Aws::String &value)
const Aws::String & GetProtectedQueryIdentifier() const
void SetMembershipIdentifier(Aws::String &&value)
void SetProtectedQueryIdentifier(const Aws::String &value)
GetProtectedQueryRequest & WithProtectedQueryIdentifier(const char *value)
void SetProtectedQueryIdentifier(Aws::String &&value)
void SetMembershipIdentifier(const Aws::String &value)
GetProtectedQueryRequest & WithMembershipIdentifier(Aws::String &&value)
void SetMembershipIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String