7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/TargetProtectedQueryStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename MembershipIdentifierT = Aws::String>
40 m_membershipIdentifierHasBeenSet =
true;
41 m_membershipIdentifier = std::forward<MembershipIdentifierT>(value);
43 template <
typename MembershipIdentifierT = Aws::String>
56 template <
typename ProtectedQueryIdentifierT = Aws::String>
58 m_protectedQueryIdentifierHasBeenSet =
true;
59 m_protectedQueryIdentifier = std::forward<ProtectedQueryIdentifierT>(value);
61 template <
typename ProtectedQueryIdentifierT = Aws::String>
76 m_targetStatusHasBeenSet =
true;
77 m_targetStatus = value;
86 bool m_membershipIdentifierHasBeenSet =
false;
89 bool m_protectedQueryIdentifierHasBeenSet =
false;
92 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