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>
84 template<
typename ExternalIdentifierT = Aws::String>
85 void SetExternalIdentifier(ExternalIdentifierT&& value) { m_externalIdentifierHasBeenSet =
true; m_externalIdentifier = std::forward<ExternalIdentifierT>(value); }
86 template<
typename ExternalIdentifierT = Aws::String>
96 template<
typename FormsInputT = Aws::Vector<FormInput>>
97 void SetFormsInput(FormsInputT&& value) { m_formsInputHasBeenSet =
true; m_formsInput = std::forward<FormsInputT>(value); }
98 template<
typename FormsInputT = Aws::Vector<FormInput>>
100 template<
typename FormsInputT = FormInput>
110 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
111 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
112 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
114 template<
typename GlossaryTermsT = Aws::String>
124 template<
typename NameT = Aws::String>
125 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
126 template<
typename NameT = Aws::String>
136 template<
typename OwningProjectIdentifierT = Aws::String>
137 void SetOwningProjectIdentifier(OwningProjectIdentifierT&& value) { m_owningProjectIdentifierHasBeenSet =
true; m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value); }
138 template<
typename OwningProjectIdentifierT = Aws::String>
149 template<
typename PredictionConfigurationT = PredictionConfiguration>
150 void SetPredictionConfiguration(PredictionConfigurationT&& value) { m_predictionConfigurationHasBeenSet =
true; m_predictionConfiguration = std::forward<PredictionConfigurationT>(value); }
151 template<
typename PredictionConfigurationT = PredictionConfiguration>
161 template<
typename TypeIdentifierT = Aws::String>
162 void SetTypeIdentifier(TypeIdentifierT&& value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier = std::forward<TypeIdentifierT>(value); }
163 template<
typename TypeIdentifierT = Aws::String>
173 template<
typename TypeRevisionT = Aws::String>
174 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
175 template<
typename TypeRevisionT = Aws::String>
181 bool m_clientTokenHasBeenSet =
true;
184 bool m_descriptionHasBeenSet =
false;
187 bool m_domainIdentifierHasBeenSet =
false;
190 bool m_externalIdentifierHasBeenSet =
false;
193 bool m_formsInputHasBeenSet =
false;
196 bool m_glossaryTermsHasBeenSet =
false;
199 bool m_nameHasBeenSet =
false;
202 bool m_owningProjectIdentifierHasBeenSet =
false;
204 PredictionConfiguration m_predictionConfiguration;
205 bool m_predictionConfigurationHasBeenSet =
false;
208 bool m_typeIdentifierHasBeenSet =
false;
211 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