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/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/RejectRule.h>
12#include <aws/datazone/model/RejectChoice.h>
14#include <aws/core/utils/UUID.h>
52 template<
typename ClientTokenT = Aws::String>
53 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
54 template<
typename ClientTokenT = Aws::String>
64 template<
typename DomainIdentifierT = Aws::String>
65 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
66 template<
typename DomainIdentifierT = Aws::String>
76 template<
typename IdentifierT = Aws::String>
77 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
78 template<
typename IdentifierT = Aws::String>
89 template<
typename RejectChoicesT = Aws::Vector<RejectChoice>>
90 void SetRejectChoices(RejectChoicesT&& value) { m_rejectChoicesHasBeenSet =
true; m_rejectChoices = std::forward<RejectChoicesT>(value); }
91 template<
typename RejectChoicesT = Aws::Vector<RejectChoice>>
93 template<
typename RejectChoicesT = RejectChoice>
104 template<
typename RejectRuleT = RejectRule>
105 void SetRejectRule(RejectRuleT&& value) { m_rejectRuleHasBeenSet =
true; m_rejectRule = std::forward<RejectRuleT>(value); }
106 template<
typename RejectRuleT = RejectRule>
116 template<
typename RevisionT = Aws::String>
117 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
118 template<
typename RevisionT = Aws::String>
124 bool m_clientTokenHasBeenSet =
true;
127 bool m_domainIdentifierHasBeenSet =
false;
130 bool m_identifierHasBeenSet =
false;
133 bool m_rejectChoicesHasBeenSet =
false;
135 RejectRule m_rejectRule;
136 bool m_rejectRuleHasBeenSet =
false;
139 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