7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/OtherMetadataValueListItem.h>
43 template <
typename MetadataValueT = Aws::String>
45 m_metadataValueHasBeenSet =
true;
46 m_metadataValue = std::forward<MetadataValueT>(value);
48 template <
typename MetadataValueT = Aws::String>
61 template <
typename CreatedTimeT = Aws::String>
63 m_createdTimeHasBeenSet =
true;
64 m_createdTime = std::forward<CreatedTimeT>(value);
66 template <
typename CreatedTimeT = Aws::String>
79 template <
typename OtherMetadataValueListT = Aws::Vector<OtherMetadataValueListItem>>
81 m_otherMetadataValueListHasBeenSet =
true;
82 m_otherMetadataValueList = std::forward<OtherMetadataValueListT>(value);
84 template <
typename OtherMetadataValueListT = Aws::Vector<OtherMetadataValueListItem>>
89 template <
typename OtherMetadataValueListT = OtherMetadataValueListItem>
91 m_otherMetadataValueListHasBeenSet =
true;
92 m_otherMetadataValueList.emplace_back(std::forward<OtherMetadataValueListT>(value));
102 bool m_metadataValueHasBeenSet =
false;
103 bool m_createdTimeHasBeenSet =
false;
104 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