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>
46 template <
typename DomainIdentifierT = Aws::String>
48 m_domainIdentifierHasBeenSet =
true;
49 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
51 template <
typename DomainIdentifierT = Aws::String>
64 template <
typename IdentifierT = Aws::String>
66 m_identifierHasBeenSet =
true;
67 m_identifier = std::forward<IdentifierT>(value);
69 template <
typename IdentifierT = Aws::String>
82 template <
typename RevisionT = Aws::String>
84 m_revisionHasBeenSet =
true;
85 m_revision = std::forward<RevisionT>(value);
87 template <
typename RevisionT = Aws::String>
101 template <
typename RejectRuleT = RejectRule>
103 m_rejectRuleHasBeenSet =
true;
104 m_rejectRule = std::forward<RejectRuleT>(value);
106 template <
typename RejectRuleT = RejectRule>
120 template <
typename RejectChoicesT = Aws::Vector<RejectChoice>>
122 m_rejectChoicesHasBeenSet =
true;
123 m_rejectChoices = std::forward<RejectChoicesT>(value);
125 template <
typename RejectChoicesT = Aws::Vector<RejectChoice>>
130 template <
typename RejectChoicesT = RejectChoice>
132 m_rejectChoicesHasBeenSet =
true;
133 m_rejectChoices.emplace_back(std::forward<RejectChoicesT>(value));
145 template <
typename ClientTokenT = Aws::String>
147 m_clientTokenHasBeenSet =
true;
148 m_clientToken = std::forward<ClientTokenT>(value);
150 template <
typename ClientTokenT = Aws::String>
168 bool m_domainIdentifierHasBeenSet =
false;
169 bool m_identifierHasBeenSet =
false;
170 bool m_revisionHasBeenSet =
false;
171 bool m_rejectRuleHasBeenSet =
false;
172 bool m_rejectChoicesHasBeenSet =
false;
173 bool m_clientTokenHasBeenSet =
true;
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