7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename IdentifierT = Aws::String>
42 m_identifierHasBeenSet =
true;
43 m_identifier = std::forward<IdentifierT>(value);
45 template <
typename IdentifierT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
95 template <
typename ClientTokenT = Aws::String>
97 m_clientTokenHasBeenSet =
true;
98 m_clientToken = std::forward<ClientTokenT>(value);
100 template <
typename ClientTokenT = Aws::String>
114 bool m_identifierHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_clientTokenHasBeenSet =
true;
UpdateAssetRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
bool ClientTokenHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API UpdateAssetRequest()=default
bool NameHasBeenSet() const
bool IdentifierHasBeenSet() const
const Aws::String & GetDescription() const
void SetClientToken(ClientTokenT &&value)
void SetDescription(DescriptionT &&value)
UpdateAssetRequest & WithName(NameT &&value)
const Aws::String & GetClientToken() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdentifier() const
void SetName(NameT &&value)
UpdateAssetRequest & WithIdentifier(IdentifierT &&value)
void SetIdentifier(IdentifierT &&value)
UpdateAssetRequest & WithDescription(DescriptionT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String