7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/Member.h>
11#include <aws/datazone/model/UserDesignation.h>
40 template <
typename DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
58 template <
typename ProjectIdentifierT = Aws::String>
60 m_projectIdentifierHasBeenSet =
true;
61 m_projectIdentifier = std::forward<ProjectIdentifierT>(value);
63 template <
typename ProjectIdentifierT = Aws::String>
76 template <
typename MemberT = Member>
78 m_memberHasBeenSet =
true;
79 m_member = std::forward<MemberT>(value);
81 template <
typename MemberT = Member>
95 m_designationHasBeenSet =
true;
96 m_designation = value;
111 bool m_domainIdentifierHasBeenSet =
false;
112 bool m_projectIdentifierHasBeenSet =
false;
113 bool m_memberHasBeenSet =
false;
114 bool m_designationHasBeenSet =
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