7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/model/AcceptRule.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/datazone/model/AcceptChoice.h>
14#include <aws/core/utils/UUID.h>
52 template<
typename AcceptChoicesT = Aws::Vector<AcceptChoice>>
53 void SetAcceptChoices(AcceptChoicesT&& value) { m_acceptChoicesHasBeenSet =
true; m_acceptChoices = std::forward<AcceptChoicesT>(value); }
54 template<
typename AcceptChoicesT = Aws::Vector<AcceptChoice>>
56 template<
typename AcceptChoicesT = AcceptChoice>
67 template<
typename AcceptRuleT = AcceptRule>
68 void SetAcceptRule(AcceptRuleT&& value) { m_acceptRuleHasBeenSet =
true; m_acceptRule = std::forward<AcceptRuleT>(value); }
69 template<
typename AcceptRuleT = AcceptRule>
80 template<
typename ClientTokenT = Aws::String>
81 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
82 template<
typename ClientTokenT = Aws::String>
92 template<
typename DomainIdentifierT = Aws::String>
93 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
94 template<
typename DomainIdentifierT = Aws::String>
104 template<
typename IdentifierT = Aws::String>
105 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
106 template<
typename IdentifierT = Aws::String>
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_acceptChoicesHasBeenSet =
false;
127 bool m_acceptRuleHasBeenSet =
false;
130 bool m_clientTokenHasBeenSet =
true;
133 bool m_domainIdentifierHasBeenSet =
false;
136 bool m_identifierHasBeenSet =
false;
139 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