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/FormInput.h>
12#include <aws/datazone/model/DataProductItem.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 ItemsT = Aws::Vector<DataProductItem>>
111 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
112 template<
typename ItemsT = Aws::Vector<DataProductItem>>
114 template<
typename ItemsT = DataProductItem>
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>
144 bool m_clientTokenHasBeenSet =
true;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_domainIdentifierHasBeenSet =
false;
153 bool m_formsInputHasBeenSet =
false;
156 bool m_glossaryTermsHasBeenSet =
false;
159 bool m_itemsHasBeenSet =
false;
162 bool m_nameHasBeenSet =
false;
165 bool m_owningProjectIdentifierHasBeenSet =
false;
void SetItems(ItemsT &&value)
CreateDataProductRequest & WithFormsInput(FormsInputT &&value)
CreateDataProductRequest & WithOwningProjectIdentifier(OwningProjectIdentifierT &&value)
void SetFormsInput(FormsInputT &&value)
bool ItemsHasBeenSet() const
bool FormsInputHasBeenSet() const
bool NameHasBeenSet() const
CreateDataProductRequest & WithClientToken(ClientTokenT &&value)
CreateDataProductRequest & AddFormsInput(FormsInputT &&value)
void SetClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
CreateDataProductRequest & WithDescription(DescriptionT &&value)
CreateDataProductRequest & AddGlossaryTerms(GlossaryTermsT &&value)
CreateDataProductRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool GlossaryTermsHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
const Aws::Vector< DataProductItem > & GetItems() const
CreateDataProductRequest & WithGlossaryTerms(GlossaryTermsT &&value)
CreateDataProductRequest & AddItems(ItemsT &&value)
const Aws::Vector< FormInput > & GetFormsInput() const
const Aws::String & GetOwningProjectIdentifier() const
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetDescription() const
CreateDataProductRequest & WithItems(ItemsT &&value)
void SetDescription(DescriptionT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
void SetName(NameT &&value)
bool OwningProjectIdentifierHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
AWS_DATAZONE_API CreateDataProductRequest()=default
void SetGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetName() const
void SetOwningProjectIdentifier(OwningProjectIdentifierT &&value)
CreateDataProductRequest & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector