7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/ErrorDetail.h>
42 template <
typename PartitionValuesT = Aws::Vector<Aws::String>>
44 m_partitionValuesHasBeenSet =
true;
45 m_partitionValues = std::forward<PartitionValuesT>(value);
47 template <
typename PartitionValuesT = Aws::Vector<Aws::String>>
52 template <
typename PartitionValuesT = Aws::String>
54 m_partitionValuesHasBeenSet =
true;
55 m_partitionValues.emplace_back(std::forward<PartitionValuesT>(value));
66 template <
typename ErrorDetailT = ErrorDetail>
68 m_errorDetailHasBeenSet =
true;
69 m_errorDetail = std::forward<ErrorDetailT>(value);
71 template <
typename ErrorDetailT = ErrorDetail>
81 bool m_partitionValuesHasBeenSet =
false;
82 bool m_errorDetailHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetPartitionValues() const
AWS_GLUE_API PartitionError(Aws::Utils::Json::JsonView jsonValue)
bool PartitionValuesHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPartitionValues(PartitionValuesT &&value)
void SetErrorDetail(ErrorDetailT &&value)
AWS_GLUE_API PartitionError & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorDetailHasBeenSet() const
PartitionError & WithErrorDetail(ErrorDetailT &&value)
PartitionError & WithPartitionValues(PartitionValuesT &&value)
PartitionError & AddPartitionValues(PartitionValuesT &&value)
AWS_GLUE_API PartitionError()=default
const ErrorDetail & GetErrorDetail() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue