7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/ProjectDesignation.h>
10#include <aws/datazone/model/ProjectGrantFilter.h>
43 m_projectDesignationHasBeenSet =
true;
44 m_projectDesignation = value;
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 ProjectGrantFilterT = ProjectGrantFilter>
78 m_projectGrantFilterHasBeenSet =
true;
79 m_projectGrantFilter = std::forward<ProjectGrantFilterT>(value);
81 template <
typename ProjectGrantFilterT = ProjectGrantFilter>
92 ProjectGrantFilter m_projectGrantFilter;
93 bool m_projectDesignationHasBeenSet =
false;
94 bool m_projectIdentifierHasBeenSet =
false;
95 bool m_projectGrantFilterHasBeenSet =
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