7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/AdditionalAttributes.h>
12#include <aws/datazone/model/MatchClause.h>
45 template <
typename DomainIdentifierT = Aws::String>
47 m_domainIdentifierHasBeenSet =
true;
48 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
50 template <
typename DomainIdentifierT = Aws::String>
63 template <
typename MatchT = Aws::Vector<MatchClause>>
65 m_matchHasBeenSet =
true;
66 m_match = std::forward<MatchT>(value);
68 template <
typename MatchT = Aws::Vector<MatchClause>>
70 SetMatch(std::forward<MatchT>(value));
73 template <
typename MatchT = MatchClause>
75 m_matchHasBeenSet =
true;
76 m_match.emplace_back(std::forward<MatchT>(value));
92 m_maxResultsHasBeenSet =
true;
112 template <
typename NextTokenT = Aws::String>
114 m_nextTokenHasBeenSet =
true;
115 m_nextToken = std::forward<NextTokenT>(value);
117 template <
typename NextTokenT = Aws::String>
131 template <
typename AdditionalAttributesT = AdditionalAttributes>
133 m_additionalAttributesHasBeenSet =
true;
134 m_additionalAttributes = std::forward<AdditionalAttributesT>(value);
136 template <
typename AdditionalAttributesT = AdditionalAttributes>
151 AdditionalAttributes m_additionalAttributes;
152 bool m_domainIdentifierHasBeenSet =
false;
153 bool m_matchHasBeenSet =
false;
154 bool m_maxResultsHasBeenSet =
false;
155 bool m_nextTokenHasBeenSet =
false;
156 bool m_additionalAttributesHasBeenSet =
false;
bool DomainIdentifierHasBeenSet() const
QueryGraphRequest & WithMatch(MatchT &&value)
QueryGraphRequest & AddMatch(MatchT &&value)
const Aws::String & GetDomainIdentifier() const
bool MaxResultsHasBeenSet() const
const Aws::Vector< MatchClause > & GetMatch() const
QueryGraphRequest & WithNextToken(NextTokenT &&value)
QueryGraphRequest & WithAdditionalAttributes(AdditionalAttributesT &&value)
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool AdditionalAttributesHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetNextToken() const
QueryGraphRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetAdditionalAttributes(AdditionalAttributesT &&value)
QueryGraphRequest & WithMaxResults(int value)
const AdditionalAttributes & GetAdditionalAttributes() const
int GetMaxResults() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_DATAZONE_API QueryGraphRequest()=default
void SetNextToken(NextTokenT &&value)
bool MatchHasBeenSet() const
void SetMatch(MatchT &&value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector