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