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/TargetProtectedJobStatus.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 ProtectedJobIdentifierT = Aws::String>
55 void SetProtectedJobIdentifier(ProtectedJobIdentifierT&& value) { m_protectedJobIdentifierHasBeenSet =
true; m_protectedJobIdentifier = std::forward<ProtectedJobIdentifierT>(value); }
56 template<
typename ProtectedJobIdentifierT = Aws::String>
73 bool m_membershipIdentifierHasBeenSet =
false;
76 bool m_protectedJobIdentifierHasBeenSet =
false;
79 bool m_targetStatusHasBeenSet =
false;
void SetTargetStatus(TargetProtectedJobStatus value)
UpdateProtectedJobRequest & WithTargetStatus(TargetProtectedJobStatus value)
TargetProtectedJobStatus GetTargetStatus() const
UpdateProtectedJobRequest & WithProtectedJobIdentifier(ProtectedJobIdentifierT &&value)
AWS_CLEANROOMS_API UpdateProtectedJobRequest()=default
bool ProtectedJobIdentifierHasBeenSet() const
void SetProtectedJobIdentifier(ProtectedJobIdentifierT &&value)
const Aws::String & GetProtectedJobIdentifier() const
UpdateProtectedJobRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
const Aws::String & GetMembershipIdentifier() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
void SetMembershipIdentifier(MembershipIdentifierT &&value)
bool TargetStatusHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MembershipIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String