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/FormInput.h>
13#include <aws/datazone/model/PredictionConfiguration.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DomainIdentifierT = Aws::String>
61 m_domainIdentifierHasBeenSet =
true;
62 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
64 template <
typename DomainIdentifierT = Aws::String>
77 template <
typename IdentifierT = Aws::String>
79 m_identifierHasBeenSet =
true;
80 m_identifier = std::forward<IdentifierT>(value);
82 template <
typename IdentifierT = Aws::String>
95 template <
typename TypeRevisionT = Aws::String>
97 m_typeRevisionHasBeenSet =
true;
98 m_typeRevision = std::forward<TypeRevisionT>(value);
100 template <
typename TypeRevisionT = Aws::String>
113 template <
typename DescriptionT = Aws::String>
115 m_descriptionHasBeenSet =
true;
116 m_description = std::forward<DescriptionT>(value);
118 template <
typename DescriptionT = Aws::String>
131 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
133 m_glossaryTermsHasBeenSet =
true;
134 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
136 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
141 template <
typename GlossaryTermsT = Aws::String>
143 m_glossaryTermsHasBeenSet =
true;
144 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
155 template <
typename FormsInputT = Aws::Vector<FormInput>>
157 m_formsInputHasBeenSet =
true;
158 m_formsInput = std::forward<FormsInputT>(value);
160 template <
typename FormsInputT = Aws::Vector<FormInput>>
165 template <
typename FormsInputT = FormInput>
167 m_formsInputHasBeenSet =
true;
168 m_formsInput.emplace_back(std::forward<FormsInputT>(value));
180 template <
typename PredictionConfigurationT = PredictionConfiguration>
182 m_predictionConfigurationHasBeenSet =
true;
183 m_predictionConfiguration = std::forward<PredictionConfigurationT>(value);
185 template <
typename PredictionConfigurationT = PredictionConfiguration>
199 template <
typename ClientTokenT = Aws::String>
201 m_clientTokenHasBeenSet =
true;
202 m_clientToken = std::forward<ClientTokenT>(value);
204 template <
typename ClientTokenT = Aws::String>
228 bool m_nameHasBeenSet =
false;
229 bool m_domainIdentifierHasBeenSet =
false;
230 bool m_identifierHasBeenSet =
false;
231 bool m_typeRevisionHasBeenSet =
false;
232 bool m_descriptionHasBeenSet =
false;
233 bool m_glossaryTermsHasBeenSet =
false;
234 bool m_formsInputHasBeenSet =
false;
235 bool m_predictionConfigurationHasBeenSet =
false;
236 bool m_clientTokenHasBeenSet =
true;
const Aws::String & GetDomainIdentifier() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
void SetTypeRevision(TypeRevisionT &&value)
bool TypeRevisionHasBeenSet() const
bool PredictionConfigurationHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool FormsInputHasBeenSet() const
CreateAssetRevisionRequest & WithDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
void SetPredictionConfiguration(PredictionConfigurationT &&value)
const Aws::String & GetClientToken() const
CreateAssetRevisionRequest & WithClientToken(ClientTokenT &&value)
CreateAssetRevisionRequest & WithGlossaryTerms(GlossaryTermsT &&value)
void SetClientToken(ClientTokenT &&value)
bool GlossaryTermsHasBeenSet() const
const Aws::String & GetName() const
CreateAssetRevisionRequest & AddGlossaryTerms(GlossaryTermsT &&value)
void SetIdentifier(IdentifierT &&value)
CreateAssetRevisionRequest & WithIdentifier(IdentifierT &&value)
CreateAssetRevisionRequest & WithPredictionConfiguration(PredictionConfigurationT &&value)
const Aws::Vector< FormInput > & GetFormsInput() const
const Aws::String & GetIdentifier() const
virtual const char * GetServiceRequestName() const override
bool IdentifierHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetFormsInput(FormsInputT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
CreateAssetRevisionRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const PredictionConfiguration & GetPredictionConfiguration() const
CreateAssetRevisionRequest & WithName(NameT &&value)
bool DomainIdentifierHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
CreateAssetRevisionRequest & AddFormsInput(FormsInputT &&value)
const Aws::String & GetDescription() const
CreateAssetRevisionRequest & WithTypeRevision(TypeRevisionT &&value)
const Aws::String & GetTypeRevision() const
AWS_DATAZONE_API CreateAssetRevisionRequest()=default
bool DescriptionHasBeenSet() const
CreateAssetRevisionRequest & WithFormsInput(FormsInputT &&value)
void SetGlossaryTerms(GlossaryTermsT &&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