7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/ErrorDetail.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename PartitionValuesT = Aws::Vector<Aws::String>>
49 void SetPartitionValues(PartitionValuesT&& value) { m_partitionValuesHasBeenSet =
true; m_partitionValues = std::forward<PartitionValuesT>(value); }
50 template<
typename PartitionValuesT = Aws::Vector<Aws::String>>
52 template<
typename PartitionValuesT = Aws::String>
53 PartitionError&
AddPartitionValues(PartitionValuesT&& value) { m_partitionValuesHasBeenSet =
true; m_partitionValues.emplace_back(std::forward<PartitionValuesT>(value));
return *
this; }
62 template<
typename ErrorDetailT = ErrorDetail>
63 void SetErrorDetail(ErrorDetailT&& value) { m_errorDetailHasBeenSet =
true; m_errorDetail = std::forward<ErrorDetailT>(value); }
64 template<
typename ErrorDetailT = ErrorDetail>
70 bool m_partitionValuesHasBeenSet =
false;
73 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