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/RejectChoice.h>
13#include <aws/datazone/model/RejectRule.h>
47 template <
typename ClientTokenT = Aws::String>
49 m_clientTokenHasBeenSet =
true;
50 m_clientToken = std::forward<ClientTokenT>(value);
52 template <
typename ClientTokenT = Aws::String>
65 template <
typename DomainIdentifierT = Aws::String>
67 m_domainIdentifierHasBeenSet =
true;
68 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
70 template <
typename DomainIdentifierT = Aws::String>
83 template <
typename IdentifierT = Aws::String>
85 m_identifierHasBeenSet =
true;
86 m_identifier = std::forward<IdentifierT>(value);
88 template <
typename IdentifierT = Aws::String>
102 template <
typename RejectChoicesT = Aws::Vector<RejectChoice>>
104 m_rejectChoicesHasBeenSet =
true;
105 m_rejectChoices = std::forward<RejectChoicesT>(value);
107 template <
typename RejectChoicesT = Aws::Vector<RejectChoice>>
112 template <
typename RejectChoicesT = RejectChoice>
114 m_rejectChoicesHasBeenSet =
true;
115 m_rejectChoices.emplace_back(std::forward<RejectChoicesT>(value));
127 template <
typename RejectRuleT = RejectRule>
129 m_rejectRuleHasBeenSet =
true;
130 m_rejectRule = std::forward<RejectRuleT>(value);
132 template <
typename RejectRuleT = RejectRule>
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_clientTokenHasBeenSet =
true;
161 bool m_domainIdentifierHasBeenSet =
false;
164 bool m_identifierHasBeenSet =
false;
167 bool m_rejectChoicesHasBeenSet =
false;
169 RejectRule m_rejectRule;
170 bool m_rejectRuleHasBeenSet =
false;
173 bool m_revisionHasBeenSet =
false;
const RejectRule & GetRejectRule() const
void SetRevision(RevisionT &&value)
const Aws::String & GetDomainIdentifier() const
AWS_DATAZONE_API RejectPredictionsRequest()=default
RejectPredictionsRequest & AddRejectChoices(RejectChoicesT &&value)
RejectPredictionsRequest & WithRevision(RevisionT &&value)
const Aws::String & GetIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool RevisionHasBeenSet() const
RejectPredictionsRequest & WithIdentifier(IdentifierT &&value)
void SetRejectChoices(RejectChoicesT &&value)
bool DomainIdentifierHasBeenSet() const
bool RejectChoicesHasBeenSet() const
bool IdentifierHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
RejectPredictionsRequest & WithRejectRule(RejectRuleT &&value)
const Aws::String & GetClientToken() const
RejectPredictionsRequest & WithRejectChoices(RejectChoicesT &&value)
RejectPredictionsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
RejectPredictionsRequest & WithClientToken(ClientTokenT &&value)
void SetRejectRule(RejectRuleT &&value)
void SetIdentifier(IdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< RejectChoice > & GetRejectChoices() const
bool RejectRuleHasBeenSet() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetRevision() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector