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 KeysT = Aws::Vector<Aws::String>>
43 m_keysHasBeenSet =
true;
44 m_keys = std::forward<KeysT>(value);
46 template <
typename KeysT = Aws::Vector<Aws::String>>
48 SetKeys(std::forward<KeysT>(value));
51 template <
typename KeysT = Aws::String>
53 m_keysHasBeenSet =
true;
54 m_keys.emplace_back(std::forward<KeysT>(value));
65 template <
typename IndexNameT = Aws::String>
67 m_indexNameHasBeenSet =
true;
68 m_indexName = std::forward<IndexNameT>(value);
70 template <
typename IndexNameT = Aws::String>
80 bool m_keysHasBeenSet =
false;
81 bool m_indexNameHasBeenSet =
false;
PartitionIndex & WithIndexName(IndexNameT &&value)
PartitionIndex & AddKeys(KeysT &&value)
bool IndexNameHasBeenSet() const
const Aws::String & GetIndexName() const
AWS_GLUE_API PartitionIndex()=default
PartitionIndex & WithKeys(KeysT &&value)
void SetKeys(KeysT &&value)
bool KeysHasBeenSet() const
const Aws::Vector< Aws::String > & GetKeys() const
AWS_GLUE_API PartitionIndex & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIndexName(IndexNameT &&value)
AWS_GLUE_API PartitionIndex(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue