7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/BackfillErrorCode.h>
10#include <aws/glue/model/PartitionValueList.h>
56 m_codeHasBeenSet =
true;
71 template <
typename PartitionsT = Aws::Vector<PartitionValueList>>
73 m_partitionsHasBeenSet =
true;
74 m_partitions = std::forward<PartitionsT>(value);
76 template <
typename PartitionsT = Aws::Vector<PartitionValueList>>
81 template <
typename PartitionsT = PartitionValueList>
83 m_partitionsHasBeenSet =
true;
84 m_partitions.emplace_back(std::forward<PartitionsT>(value));
92 bool m_codeHasBeenSet =
false;
93 bool m_partitionsHasBeenSet =
false;
AWS_GLUE_API BackfillError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API BackfillError()=default
void SetPartitions(PartitionsT &&value)
const Aws::Vector< PartitionValueList > & GetPartitions() const
bool CodeHasBeenSet() const
BackfillError & WithCode(BackfillErrorCode value)
bool PartitionsHasBeenSet() const
BackfillError & AddPartitions(PartitionsT &&value)
BackfillError & WithPartitions(PartitionsT &&value)
BackfillErrorCode GetCode() const
void SetCode(BackfillErrorCode value)
AWS_GLUE_API BackfillError(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue