7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/ProjectDesignation.h>
9#include <aws/datazone/model/ProjectGrantFilter.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename ProjectGrantFilterT = ProjectGrantFilter>
59 void SetProjectGrantFilter(ProjectGrantFilterT&& value) { m_projectGrantFilterHasBeenSet =
true; m_projectGrantFilter = std::forward<ProjectGrantFilterT>(value); }
60 template<
typename ProjectGrantFilterT = ProjectGrantFilter>
70 template<
typename ProjectIdentifierT = Aws::String>
71 void SetProjectIdentifier(ProjectIdentifierT&& value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier = std::forward<ProjectIdentifierT>(value); }
72 template<
typename ProjectIdentifierT = Aws::String>
78 bool m_projectDesignationHasBeenSet =
false;
80 ProjectGrantFilter m_projectGrantFilter;
81 bool m_projectGrantFilterHasBeenSet =
false;
84 bool m_projectIdentifierHasBeenSet =
false;
void SetProjectGrantFilter(ProjectGrantFilterT &&value)
AWS_DATAZONE_API ProjectPolicyGrantPrincipal & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProjectDesignation(ProjectDesignation value)
bool ProjectDesignationHasBeenSet() const
AWS_DATAZONE_API ProjectPolicyGrantPrincipal(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProjectIdentifier() const
bool ProjectGrantFilterHasBeenSet() const
ProjectPolicyGrantPrincipal & WithProjectGrantFilter(ProjectGrantFilterT &&value)
AWS_DATAZONE_API ProjectPolicyGrantPrincipal()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectDesignation GetProjectDesignation() const
ProjectPolicyGrantPrincipal & WithProjectIdentifier(ProjectIdentifierT &&value)
const ProjectGrantFilter & GetProjectGrantFilter() const
ProjectPolicyGrantPrincipal & WithProjectDesignation(ProjectDesignation value)
bool ProjectIdentifierHasBeenSet() const
void SetProjectIdentifier(ProjectIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue