7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/GlueRequest.h>
11#include <aws/glue/Glue_EXPORTS.h>
12#include <aws/glue/model/AssetFormEntry.h>
42 template <
typename AssetTypeIdT = Aws::String>
44 m_assetTypeIdHasBeenSet =
true;
45 m_assetTypeId = std::forward<AssetTypeIdT>(value);
47 template <
typename AssetTypeIdT = Aws::String>
61 template <
typename IdentifierT = Aws::String>
63 m_identifierHasBeenSet =
true;
64 m_identifier = std::forward<IdentifierT>(value);
66 template <
typename IdentifierT = Aws::String>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
116 template <
typename FormsT = Aws::Map<Aws::String, AssetFormEntry>>
118 m_formsHasBeenSet =
true;
119 m_forms = std::forward<FormsT>(value);
121 template <
typename FormsT = Aws::Map<Aws::String, AssetFormEntry>>
123 SetForms(std::forward<FormsT>(value));
126 template <
typename FormsKeyT = Aws::String,
typename FormsValueT = AssetFormEntry>
128 m_formsHasBeenSet =
true;
129 m_forms.emplace(std::forward<FormsKeyT>(key), std::forward<FormsValueT>(value));
141 template <
typename ClientTokenT = Aws::String>
143 m_clientTokenHasBeenSet =
true;
144 m_clientToken = std::forward<ClientTokenT>(value);
146 template <
typename ClientTokenT = Aws::String>
164 bool m_assetTypeIdHasBeenSet =
false;
165 bool m_identifierHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
167 bool m_descriptionHasBeenSet =
false;
168 bool m_formsHasBeenSet =
false;
169 bool m_clientTokenHasBeenSet =
true;
const Aws::String & GetIdentifier() const
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
PutAssetRequest & WithClientToken(ClientTokenT &&value)
bool IdentifierHasBeenSet() const
const Aws::String & GetClientToken() const
void SetAssetTypeId(AssetTypeIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
PutAssetRequest & WithName(NameT &&value)
PutAssetRequest & WithAssetTypeId(AssetTypeIdT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API PutAssetRequest()=default
bool ClientTokenHasBeenSet() const
const Aws::Map< Aws::String, AssetFormEntry > & GetForms() const
PutAssetRequest & WithDescription(DescriptionT &&value)
bool AssetTypeIdHasBeenSet() const
void SetForms(FormsT &&value)
const Aws::String & GetDescription() const
void SetName(NameT &&value)
bool FormsHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
PutAssetRequest & AddForms(FormsKeyT &&key, FormsValueT &&value)
PutAssetRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetAssetTypeId() const
void SetClientToken(ClientTokenT &&value)
PutAssetRequest & WithForms(FormsT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String