7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanrooms/model/TargetProtectedQueryStatus.h>
44 inline void SetMembershipIdentifier(
const char* value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier.assign(value); }
58 inline void SetProtectedQueryIdentifier(
const char* value) { m_protectedQueryIdentifierHasBeenSet =
true; m_protectedQueryIdentifier.assign(value); }
79 bool m_membershipIdentifierHasBeenSet =
false;
82 bool m_protectedQueryIdentifierHasBeenSet =
false;
85 bool m_targetStatusHasBeenSet =
false;
bool ProtectedQueryIdentifierHasBeenSet() const
UpdateProtectedQueryRequest & WithProtectedQueryIdentifier(const Aws::String &value)
bool MembershipIdentifierHasBeenSet() const
bool TargetStatusHasBeenSet() const
const Aws::String & GetMembershipIdentifier() const
const Aws::String & GetProtectedQueryIdentifier() const
UpdateProtectedQueryRequest & WithTargetStatus(TargetProtectedQueryStatus &&value)
void SetProtectedQueryIdentifier(const Aws::String &value)
UpdateProtectedQueryRequest & WithProtectedQueryIdentifier(const char *value)
UpdateProtectedQueryRequest & WithMembershipIdentifier(Aws::String &&value)
void SetMembershipIdentifier(const char *value)
UpdateProtectedQueryRequest & WithMembershipIdentifier(const Aws::String &value)
AWS_CLEANROOMS_API UpdateProtectedQueryRequest()
void SetProtectedQueryIdentifier(Aws::String &&value)
void SetTargetStatus(TargetProtectedQueryStatus &&value)
UpdateProtectedQueryRequest & WithTargetStatus(const TargetProtectedQueryStatus &value)
void SetProtectedQueryIdentifier(const char *value)
void SetMembershipIdentifier(Aws::String &&value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
UpdateProtectedQueryRequest & WithProtectedQueryIdentifier(Aws::String &&value)
void SetTargetStatus(const TargetProtectedQueryStatus &value)
const TargetProtectedQueryStatus & GetTargetStatus() const
void SetMembershipIdentifier(const Aws::String &value)
UpdateProtectedQueryRequest & WithMembershipIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
TargetProtectedQueryStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String