7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename MembershipIdentifierT = Aws::String>
39 m_membershipIdentifierHasBeenSet =
true;
40 m_membershipIdentifier = std::forward<MembershipIdentifierT>(value);
42 template <
typename MembershipIdentifierT = Aws::String>
55 template <
typename ProtectedJobIdentifierT = Aws::String>
57 m_protectedJobIdentifierHasBeenSet =
true;
58 m_protectedJobIdentifier = std::forward<ProtectedJobIdentifierT>(value);
60 template <
typename ProtectedJobIdentifierT = Aws::String>
68 bool m_membershipIdentifierHasBeenSet =
false;
71 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