7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/TargetProtectedJobStatus.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 ProtectedJobIdentifierT = Aws::String>
58 m_protectedJobIdentifierHasBeenSet =
true;
59 m_protectedJobIdentifier = std::forward<ProtectedJobIdentifierT>(value);
61 template <
typename ProtectedJobIdentifierT = Aws::String>
76 m_targetStatusHasBeenSet =
true;
77 m_targetStatus = value;
90 bool m_membershipIdentifierHasBeenSet =
false;
91 bool m_protectedJobIdentifierHasBeenSet =
false;
92 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