7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/AcceptChoice.h>
13#include <aws/datazone/model/AcceptRule.h>
47 template <
typename AcceptChoicesT = Aws::Vector<AcceptChoice>>
49 m_acceptChoicesHasBeenSet =
true;
50 m_acceptChoices = std::forward<AcceptChoicesT>(value);
52 template <
typename AcceptChoicesT = Aws::Vector<AcceptChoice>>
57 template <
typename AcceptChoicesT = AcceptChoice>
59 m_acceptChoicesHasBeenSet =
true;
60 m_acceptChoices.emplace_back(std::forward<AcceptChoicesT>(value));
72 template <
typename AcceptRuleT = AcceptRule>
74 m_acceptRuleHasBeenSet =
true;
75 m_acceptRule = std::forward<AcceptRuleT>(value);
77 template <
typename AcceptRuleT = AcceptRule>
91 template <
typename ClientTokenT = Aws::String>
93 m_clientTokenHasBeenSet =
true;
94 m_clientToken = std::forward<ClientTokenT>(value);
96 template <
typename ClientTokenT = Aws::String>
109 template <
typename DomainIdentifierT = Aws::String>
111 m_domainIdentifierHasBeenSet =
true;
112 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
114 template <
typename DomainIdentifierT = Aws::String>
127 template <
typename IdentifierT = Aws::String>
129 m_identifierHasBeenSet =
true;
130 m_identifier = std::forward<IdentifierT>(value);
132 template <
typename IdentifierT = Aws::String>
145 template <
typename RevisionT = Aws::String>
147 m_revisionHasBeenSet =
true;
148 m_revision = std::forward<RevisionT>(value);
150 template <
typename RevisionT = Aws::String>
158 bool m_acceptChoicesHasBeenSet =
false;
161 bool m_acceptRuleHasBeenSet =
false;
164 bool m_clientTokenHasBeenSet =
true;
167 bool m_domainIdentifierHasBeenSet =
false;
170 bool m_identifierHasBeenSet =
false;
173 bool m_revisionHasBeenSet =
false;
const Aws::String & GetIdentifier() const
AcceptPredictionsRequest & WithAcceptRule(AcceptRuleT &&value)
bool DomainIdentifierHasBeenSet() const
AcceptPredictionsRequest & WithAcceptChoices(AcceptChoicesT &&value)
void SetClientToken(ClientTokenT &&value)
AcceptPredictionsRequest & WithRevision(RevisionT &&value)
const Aws::String & GetDomainIdentifier() const
bool AcceptChoicesHasBeenSet() const
bool AcceptRuleHasBeenSet() const
bool ClientTokenHasBeenSet() const
AcceptPredictionsRequest & WithClientToken(ClientTokenT &&value)
AcceptPredictionsRequest & AddAcceptChoices(AcceptChoicesT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
AWS_DATAZONE_API AcceptPredictionsRequest()=default
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetAcceptRule(AcceptRuleT &&value)
const Aws::Vector< AcceptChoice > & GetAcceptChoices() const
const Aws::String & GetClientToken() const
const Aws::String & GetRevision() const
AcceptPredictionsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool RevisionHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetRevision(RevisionT &&value)
const AcceptRule & GetAcceptRule() const
AcceptPredictionsRequest & WithIdentifier(IdentifierT &&value)
void SetAcceptChoices(AcceptChoicesT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector