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>
42 template<
typename MembershipIdentifierT = Aws::String>
43 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
44 template<
typename MembershipIdentifierT = Aws::String>
54 template<
typename ProtectedQueryIdentifierT = Aws::String>
55 void SetProtectedQueryIdentifier(ProtectedQueryIdentifierT&& value) { m_protectedQueryIdentifierHasBeenSet =
true; m_protectedQueryIdentifier = std::forward<ProtectedQueryIdentifierT>(value); }
56 template<
typename ProtectedQueryIdentifierT = Aws::String>
73 bool m_membershipIdentifierHasBeenSet =
false;
76 bool m_protectedQueryIdentifierHasBeenSet =
false;
79 bool m_targetStatusHasBeenSet =
false;
bool ProtectedQueryIdentifierHasBeenSet() const
UpdateProtectedQueryRequest & WithTargetStatus(TargetProtectedQueryStatus value)
UpdateProtectedQueryRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
bool MembershipIdentifierHasBeenSet() const
UpdateProtectedQueryRequest & WithProtectedQueryIdentifier(ProtectedQueryIdentifierT &&value)
bool TargetStatusHasBeenSet() const
const Aws::String & GetMembershipIdentifier() const
const Aws::String & GetProtectedQueryIdentifier() const
void SetTargetStatus(TargetProtectedQueryStatus value)
AWS_CLEANROOMS_API UpdateProtectedQueryRequest()=default
void SetMembershipIdentifier(MembershipIdentifierT &&value)
void SetProtectedQueryIdentifier(ProtectedQueryIdentifierT &&value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
TargetProtectedQueryStatus GetTargetStatus() const
virtual const char * GetServiceRequestName() const override
TargetProtectedQueryStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String