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>
50 template<
typename IndexNameT = Aws::String>
51 void SetIndexName(IndexNameT&& value) { m_indexNameHasBeenSet =
true; m_indexName = std::forward<IndexNameT>(value); }
52 template<
typename IndexNameT = Aws::String>
63 template<
typename KeysT = Aws::Vector<KeySchemaElement>>
64 void SetKeys(KeysT&& value) { m_keysHasBeenSet =
true; m_keys = std::forward<KeysT>(value); }
65 template<
typename KeysT = Aws::Vector<KeySchemaElement>>
67 template<
typename KeysT = KeySchemaElement>
93 template<
typename BackfillErrorsT = Aws::Vector<BackfillError>>
94 void SetBackfillErrors(BackfillErrorsT&& value) { m_backfillErrorsHasBeenSet =
true; m_backfillErrors = std::forward<BackfillErrorsT>(value); }
95 template<
typename BackfillErrorsT = Aws::Vector<BackfillError>>
97 template<
typename BackfillErrorsT = BackfillError>
103 bool m_indexNameHasBeenSet =
false;
106 bool m_keysHasBeenSet =
false;
109 bool m_indexStatusHasBeenSet =
false;
112 bool m_backfillErrorsHasBeenSet =
false;
PartitionIndexDescriptor & WithIndexStatus(PartitionIndexStatus value)
void SetIndexStatus(PartitionIndexStatus value)
PartitionIndexDescriptor & AddBackfillErrors(BackfillErrorsT &&value)
AWS_GLUE_API PartitionIndexDescriptor(Aws::Utils::Json::JsonView jsonValue)
bool BackfillErrorsHasBeenSet() const
AWS_GLUE_API PartitionIndexDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< BackfillError > & GetBackfillErrors() const
AWS_GLUE_API PartitionIndexDescriptor()=default
void SetIndexName(IndexNameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
PartitionIndexDescriptor & WithIndexName(IndexNameT &&value)
PartitionIndexDescriptor & WithKeys(KeysT &&value)
const Aws::Vector< KeySchemaElement > & GetKeys() const
bool KeysHasBeenSet() const
bool IndexNameHasBeenSet() const
void SetKeys(KeysT &&value)
PartitionIndexDescriptor & WithBackfillErrors(BackfillErrorsT &&value)
bool IndexStatusHasBeenSet() const
const Aws::String & GetIndexName() const
PartitionIndexStatus GetIndexStatus() const
void SetBackfillErrors(BackfillErrorsT &&value)
PartitionIndexDescriptor & AddKeys(KeysT &&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