7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/OtherMetadataValueListItem.h>
49 template<
typename MetadataValueT = Aws::String>
50 void SetMetadataValue(MetadataValueT&& value) { m_metadataValueHasBeenSet =
true; m_metadataValue = std::forward<MetadataValueT>(value); }
51 template<
typename MetadataValueT = Aws::String>
61 template<
typename CreatedTimeT = Aws::String>
62 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
63 template<
typename CreatedTimeT = Aws::String>
73 template<
typename OtherMetadataValueListT = Aws::Vector<OtherMetadataValueListItem>>
74 void SetOtherMetadataValueList(OtherMetadataValueListT&& value) { m_otherMetadataValueListHasBeenSet =
true; m_otherMetadataValueList = std::forward<OtherMetadataValueListT>(value); }
75 template<
typename OtherMetadataValueListT = Aws::Vector<OtherMetadataValueListItem>>
77 template<
typename OtherMetadataValueListT = OtherMetadataValueListItem>
78 MetadataInfo&
AddOtherMetadataValueList(OtherMetadataValueListT&& value) { m_otherMetadataValueListHasBeenSet =
true; m_otherMetadataValueList.emplace_back(std::forward<OtherMetadataValueListT>(value));
return *
this; }
83 bool m_metadataValueHasBeenSet =
false;
86 bool m_createdTimeHasBeenSet =
false;
89 bool m_otherMetadataValueListHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue