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>
53 inline PartitionIndex&
AddKeys(
const char* value) { m_keysHasBeenSet =
true; m_keys.push_back(value);
return *
this; }
64 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
72 bool m_keysHasBeenSet =
false;
75 bool m_indexNameHasBeenSet =
false;
PartitionIndex & AddKeys(const Aws::String &value)
AWS_GLUE_API PartitionIndex()
bool IndexNameHasBeenSet() const
const Aws::String & GetIndexName() const
void SetIndexName(const Aws::String &value)
PartitionIndex & WithIndexName(Aws::String &&value)
PartitionIndex & WithKeys(const Aws::Vector< Aws::String > &value)
PartitionIndex & AddKeys(const char *value)
void SetIndexName(const char *value)
bool KeysHasBeenSet() const
const Aws::Vector< Aws::String > & GetKeys() const
AWS_GLUE_API PartitionIndex & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeys(const Aws::Vector< Aws::String > &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
PartitionIndex & WithKeys(Aws::Vector< Aws::String > &&value)
PartitionIndex & WithIndexName(const char *value)
PartitionIndex & WithIndexName(const Aws::String &value)
void SetIndexName(Aws::String &&value)
void SetKeys(Aws::Vector< Aws::String > &&value)
AWS_GLUE_API PartitionIndex(Aws::Utils::Json::JsonView jsonValue)
PartitionIndex & AddKeys(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue