7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ValuesT = Aws::Vector<Aws::String>>
48 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
49 template<
typename ValuesT = Aws::Vector<Aws::String>>
51 template<
typename ValuesT = Aws::String>
52 PartitionValueList&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
57 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