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>
42 template <
typename ClientTokenT = Aws::String>
44 m_clientTokenHasBeenSet =
true;
45 m_clientToken = std::forward<ClientTokenT>(value);
47 template <
typename ClientTokenT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename DomainIdentifierT = Aws::String>
80 m_domainIdentifierHasBeenSet =
true;
81 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
83 template <
typename DomainIdentifierT = Aws::String>
98 template <
typename ExternalIdentifierT = Aws::String>
100 m_externalIdentifierHasBeenSet =
true;
101 m_externalIdentifier = std::forward<ExternalIdentifierT>(value);
103 template <
typename ExternalIdentifierT = Aws::String>
116 template <
typename FormsInputT = Aws::Vector<FormInput>>
118 m_formsInputHasBeenSet =
true;
119 m_formsInput = std::forward<FormsInputT>(value);
121 template <
typename FormsInputT = Aws::Vector<FormInput>>
126 template <
typename FormsInputT = FormInput>
128 m_formsInputHasBeenSet =
true;
129 m_formsInput.emplace_back(std::forward<FormsInputT>(value));
140 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
142 m_glossaryTermsHasBeenSet =
true;
143 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
145 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
150 template <
typename GlossaryTermsT = Aws::String>
152 m_glossaryTermsHasBeenSet =
true;
153 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
164 template <
typename NameT = Aws::String>
166 m_nameHasBeenSet =
true;
167 m_name = std::forward<NameT>(value);
169 template <
typename NameT = Aws::String>
171 SetName(std::forward<NameT>(value));
182 template <
typename OwningProjectIdentifierT = Aws::String>
184 m_owningProjectIdentifierHasBeenSet =
true;
185 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
187 template <
typename OwningProjectIdentifierT = Aws::String>
201 template <
typename PredictionConfigurationT = PredictionConfiguration>
203 m_predictionConfigurationHasBeenSet =
true;
204 m_predictionConfiguration = std::forward<PredictionConfigurationT>(value);
206 template <
typename PredictionConfigurationT = PredictionConfiguration>
219 template <
typename TypeIdentifierT = Aws::String>
221 m_typeIdentifierHasBeenSet =
true;
222 m_typeIdentifier = std::forward<TypeIdentifierT>(value);
224 template <
typename TypeIdentifierT = Aws::String>
237 template <
typename TypeRevisionT = Aws::String>
239 m_typeRevisionHasBeenSet =
true;
240 m_typeRevision = std::forward<TypeRevisionT>(value);
242 template <
typename TypeRevisionT = Aws::String>
250 bool m_clientTokenHasBeenSet =
true;
253 bool m_descriptionHasBeenSet =
false;
256 bool m_domainIdentifierHasBeenSet =
false;
259 bool m_externalIdentifierHasBeenSet =
false;
262 bool m_formsInputHasBeenSet =
false;
265 bool m_glossaryTermsHasBeenSet =
false;
268 bool m_nameHasBeenSet =
false;
271 bool m_owningProjectIdentifierHasBeenSet =
false;
273 PredictionConfiguration m_predictionConfiguration;
274 bool m_predictionConfigurationHasBeenSet =
false;
277 bool m_typeIdentifierHasBeenSet =
false;
280 bool m_typeRevisionHasBeenSet =
false;
const Aws::String & GetTypeIdentifier() const
CreateAssetRequest & WithExternalIdentifier(ExternalIdentifierT &&value)
const Aws::Vector< FormInput > & GetFormsInput() const
CreateAssetRequest & AddGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetOwningProjectIdentifier() const
void SetName(NameT &&value)
void SetFormsInput(FormsInputT &&value)
const Aws::String & GetName() const
const Aws::String & GetTypeRevision() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDomainIdentifier() const
CreateAssetRequest & AddFormsInput(FormsInputT &&value)
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetExternalIdentifier() const
CreateAssetRequest & WithTypeIdentifier(TypeIdentifierT &&value)
AWS_DATAZONE_API CreateAssetRequest()=default
bool OwningProjectIdentifierHasBeenSet() const
CreateAssetRequest & WithName(NameT &&value)
CreateAssetRequest & WithClientToken(ClientTokenT &&value)
CreateAssetRequest & WithPredictionConfiguration(PredictionConfigurationT &&value)
CreateAssetRequest & WithFormsInput(FormsInputT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
virtual const char * GetServiceRequestName() const override
bool GlossaryTermsHasBeenSet() const
CreateAssetRequest & WithOwningProjectIdentifier(OwningProjectIdentifierT &&value)
bool NameHasBeenSet() const
const PredictionConfiguration & GetPredictionConfiguration() const
void SetTypeIdentifier(TypeIdentifierT &&value)
bool FormsInputHasBeenSet() const
bool PredictionConfigurationHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetTypeRevision(TypeRevisionT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
void SetExternalIdentifier(ExternalIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
void SetPredictionConfiguration(PredictionConfigurationT &&value)
bool ExternalIdentifierHasBeenSet() const
bool TypeRevisionHasBeenSet() const
const Aws::String & GetClientToken() const
void SetOwningProjectIdentifier(OwningProjectIdentifierT &&value)
const Aws::String & GetDescription() const
CreateAssetRequest & WithDomainIdentifier(DomainIdentifierT &&value)
CreateAssetRequest & WithTypeRevision(TypeRevisionT &&value)
CreateAssetRequest & WithGlossaryTerms(GlossaryTermsT &&value)
CreateAssetRequest & WithDescription(DescriptionT &&value)
bool TypeIdentifierHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&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