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/PredictionConfiguration.h>
12#include <aws/datazone/model/FormInput.h>
14#include <aws/core/utils/UUID.h>
46 template<
typename ClientTokenT = Aws::String>
47 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
48 template<
typename ClientTokenT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename DomainIdentifierT = Aws::String>
71 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
72 template<
typename DomainIdentifierT = Aws::String>
82 template<
typename FormsInputT = Aws::Vector<FormInput>>
83 void SetFormsInput(FormsInputT&& value) { m_formsInputHasBeenSet =
true; m_formsInput = std::forward<FormsInputT>(value); }
84 template<
typename FormsInputT = Aws::Vector<FormInput>>
86 template<
typename FormsInputT = FormInput>
96 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
97 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
98 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
100 template<
typename GlossaryTermsT = Aws::String>
110 template<
typename IdentifierT = Aws::String>
111 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
112 template<
typename IdentifierT = Aws::String>
122 template<
typename NameT = Aws::String>
123 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
124 template<
typename NameT = Aws::String>
135 template<
typename PredictionConfigurationT = PredictionConfiguration>
136 void SetPredictionConfiguration(PredictionConfigurationT&& value) { m_predictionConfigurationHasBeenSet =
true; m_predictionConfiguration = std::forward<PredictionConfigurationT>(value); }
137 template<
typename PredictionConfigurationT = PredictionConfiguration>
147 template<
typename TypeRevisionT = Aws::String>
148 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
149 template<
typename TypeRevisionT = Aws::String>
155 bool m_clientTokenHasBeenSet =
true;
158 bool m_descriptionHasBeenSet =
false;
161 bool m_domainIdentifierHasBeenSet =
false;
164 bool m_formsInputHasBeenSet =
false;
167 bool m_glossaryTermsHasBeenSet =
false;
170 bool m_identifierHasBeenSet =
false;
173 bool m_nameHasBeenSet =
false;
175 PredictionConfiguration m_predictionConfiguration;
176 bool m_predictionConfigurationHasBeenSet =
false;
179 bool m_typeRevisionHasBeenSet =
false;
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