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 KeysT = Aws::Vector<Aws::String>>
48 void SetKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys = std::forward<KeysT>(value); }
49 template<
typename KeysT = Aws::Vector<Aws::String>>
51 template<
typename KeysT = Aws::String>
52 PartitionIndex&
AddKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys.emplace_back(std::forward<KeysT>(value));
return *
this; }
61 template<
typename IndexNameT = Aws::String>
62 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
63 template<
typename IndexNameT = Aws::String>
69 bool m_keysHasBeenSet =
false;
72 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