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/TargetEntityType.h>
11#include <aws/datazone/model/ManagedPolicyType.h>
49 template<
typename DomainIdentifierT = Aws::String>
50 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
51 template<
typename DomainIdentifierT = Aws::String>
61 template<
typename EntityIdentifierT = Aws::String>
62 void SetEntityIdentifier(EntityIdentifierT&& value) { m_entityIdentifierHasBeenSet =
true; m_entityIdentifier = std::forward<EntityIdentifierT>(value); }
63 template<
typename EntityIdentifierT = Aws::String>
87 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
102 template<
typename NextTokenT = Aws::String>
103 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
104 template<
typename NextTokenT = Aws::String>
120 bool m_domainIdentifierHasBeenSet =
false;
123 bool m_entityIdentifierHasBeenSet =
false;
126 bool m_entityTypeHasBeenSet =
false;
129 bool m_maxResultsHasBeenSet =
false;
132 bool m_nextTokenHasBeenSet =
false;
135 bool m_policyTypeHasBeenSet =
false;
ManagedPolicyType GetPolicyType() const
void SetDomainIdentifier(DomainIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetDomainIdentifier() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetPolicyType(ManagedPolicyType value)
ListPolicyGrantsRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
void SetEntityType(TargetEntityType value)
int GetMaxResults() const
bool PolicyTypeHasBeenSet() const
bool EntityTypeHasBeenSet() const
void SetEntityIdentifier(EntityIdentifierT &&value)
TargetEntityType GetEntityType() const
ListPolicyGrantsRequest & WithMaxResults(int value)
ListPolicyGrantsRequest & WithEntityType(TargetEntityType value)
ListPolicyGrantsRequest & WithEntityIdentifier(EntityIdentifierT &&value)
const Aws::String & GetEntityIdentifier() const
ListPolicyGrantsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool EntityIdentifierHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListPolicyGrantsRequest & WithPolicyType(ManagedPolicyType value)
bool NextTokenHasBeenSet() const
AWS_DATAZONE_API ListPolicyGrantsRequest()=default
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String