7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename MembershipIdentifierT = Aws::String>
42 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
43 template<
typename MembershipIdentifierT = Aws::String>
53 template<
typename ProtectedJobIdentifierT = Aws::String>
54 void SetProtectedJobIdentifier(ProtectedJobIdentifierT&& value) { m_protectedJobIdentifierHasBeenSet =
true; m_protectedJobIdentifier = std::forward<ProtectedJobIdentifierT>(value); }
55 template<
typename ProtectedJobIdentifierT = Aws::String>
61 bool m_membershipIdentifierHasBeenSet =
false;
64 bool m_protectedJobIdentifierHasBeenSet =
false;
bool MembershipIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetMembershipIdentifier() const
void SetMembershipIdentifier(MembershipIdentifierT &&value)
GetProtectedJobRequest & WithProtectedJobIdentifier(ProtectedJobIdentifierT &&value)
AWS_CLEANROOMS_API GetProtectedJobRequest()=default
bool ProtectedJobIdentifierHasBeenSet() const
GetProtectedJobRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
void SetProtectedJobIdentifier(ProtectedJobIdentifierT &&value)
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
const Aws::String & GetProtectedJobIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String