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>
41 template <
typename ValuesT = Aws::Vector<Aws::String>>
43 m_valuesHasBeenSet =
true;
44 m_values = std::forward<ValuesT>(value);
46 template <
typename ValuesT = Aws::Vector<Aws::String>>
51 template <
typename ValuesT = Aws::String>
53 m_valuesHasBeenSet =
true;
54 m_values.emplace_back(std::forward<ValuesT>(value));
60 bool m_valuesHasBeenSet =
false;
bool ValuesHasBeenSet() const
AWS_GLUE_API PartitionValueList()=default
const Aws::Vector< Aws::String > & GetValues() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValues(ValuesT &&value)
PartitionValueList & AddValues(ValuesT &&value)
AWS_GLUE_API PartitionValueList & operator=(Aws::Utils::Json::JsonView jsonValue)
PartitionValueList & WithValues(ValuesT &&value)
AWS_GLUE_API PartitionValueList(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue