7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/PartitionIndexStatus.h>
11#include <aws/glue/model/KeySchemaElement.h>
12#include <aws/glue/model/BackfillError.h>
52 inline void SetIndexName(
const char* value) { m_indexNameHasBeenSet =
true; m_indexName.assign(value); }
107 bool m_indexNameHasBeenSet =
false;
110 bool m_keysHasBeenSet =
false;
113 bool m_indexStatusHasBeenSet =
false;
116 bool m_backfillErrorsHasBeenSet =
false;
const PartitionIndexStatus & GetIndexStatus() const
void SetIndexName(Aws::String &&value)
PartitionIndexDescriptor & AddBackfillErrors(BackfillError &&value)
void SetBackfillErrors(Aws::Vector< BackfillError > &&value)
void SetIndexName(const Aws::String &value)
PartitionIndexDescriptor & WithIndexName(const char *value)
AWS_GLUE_API PartitionIndexDescriptor()
AWS_GLUE_API PartitionIndexDescriptor(Aws::Utils::Json::JsonView jsonValue)
bool BackfillErrorsHasBeenSet() const
PartitionIndexDescriptor & AddKeys(const KeySchemaElement &value)
AWS_GLUE_API PartitionIndexDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< BackfillError > & GetBackfillErrors() const
PartitionIndexDescriptor & WithKeys(Aws::Vector< KeySchemaElement > &&value)
PartitionIndexDescriptor & AddBackfillErrors(const BackfillError &value)
PartitionIndexDescriptor & WithBackfillErrors(const Aws::Vector< BackfillError > &value)
PartitionIndexDescriptor & WithIndexName(Aws::String &&value)
PartitionIndexDescriptor & WithIndexName(const Aws::String &value)
PartitionIndexDescriptor & AddKeys(KeySchemaElement &&value)
PartitionIndexDescriptor & WithKeys(const Aws::Vector< KeySchemaElement > &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
PartitionIndexDescriptor & WithBackfillErrors(Aws::Vector< BackfillError > &&value)
void SetKeys(const Aws::Vector< KeySchemaElement > &value)
PartitionIndexDescriptor & WithIndexStatus(PartitionIndexStatus &&value)
void SetKeys(Aws::Vector< KeySchemaElement > &&value)
void SetIndexStatus(PartitionIndexStatus &&value)
void SetBackfillErrors(const Aws::Vector< BackfillError > &value)
const Aws::Vector< KeySchemaElement > & GetKeys() const
PartitionIndexDescriptor & WithIndexStatus(const PartitionIndexStatus &value)
bool KeysHasBeenSet() const
bool IndexNameHasBeenSet() const
bool IndexStatusHasBeenSet() const
const Aws::String & GetIndexName() const
void SetIndexStatus(const PartitionIndexStatus &value)
void SetIndexName(const char *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