7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/model/UserDesignation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/Member.h>
54 template<
typename DomainIdentifierT = Aws::String>
55 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
56 template<
typename DomainIdentifierT = Aws::String>
66 template<
typename MemberT = Member>
67 void SetMember(MemberT&& value) { m_memberHasBeenSet =
true; m_member = std::forward<MemberT>(value); }
68 template<
typename MemberT = Member>
78 template<
typename ProjectIdentifierT = Aws::String>
79 void SetProjectIdentifier(ProjectIdentifierT&& value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier = std::forward<ProjectIdentifierT>(value); }
80 template<
typename ProjectIdentifierT = Aws::String>
86 bool m_designationHasBeenSet =
false;
89 bool m_domainIdentifierHasBeenSet =
false;
92 bool m_memberHasBeenSet =
false;
95 bool m_projectIdentifierHasBeenSet =
false;
AWS_DATAZONE_API CreateProjectMembershipRequest()=default
const Aws::String & GetDomainIdentifier() const
void SetDesignation(UserDesignation value)
bool DomainIdentifierHasBeenSet() const
void SetMember(MemberT &&value)
const Member & GetMember() const
bool ProjectIdentifierHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
CreateProjectMembershipRequest & WithProjectIdentifier(ProjectIdentifierT &&value)
void SetProjectIdentifier(ProjectIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
bool MemberHasBeenSet() const
const Aws::String & GetProjectIdentifier() const
CreateProjectMembershipRequest & WithMember(MemberT &&value)
UserDesignation GetDesignation() const
CreateProjectMembershipRequest & WithDesignation(UserDesignation value)
bool DesignationHasBeenSet() const
CreateProjectMembershipRequest & WithDomainIdentifier(DomainIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String