/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about a batch update partition error.See
* Also:
AWS
* API Reference
A list of values defining the partitions.
*/ inline const Aws::VectorA list of values defining the partitions.
*/ inline bool PartitionValueListHasBeenSet() const { return m_partitionValueListHasBeenSet; } /** *A list of values defining the partitions.
*/ inline void SetPartitionValueList(const Aws::VectorA list of values defining the partitions.
*/ inline void SetPartitionValueList(Aws::VectorA list of values defining the partitions.
*/ inline BatchUpdatePartitionFailureEntry& WithPartitionValueList(const Aws::VectorA list of values defining the partitions.
*/ inline BatchUpdatePartitionFailureEntry& WithPartitionValueList(Aws::VectorA list of values defining the partitions.
*/ inline BatchUpdatePartitionFailureEntry& AddPartitionValueList(const Aws::String& value) { m_partitionValueListHasBeenSet = true; m_partitionValueList.push_back(value); return *this; } /** *A list of values defining the partitions.
*/ inline BatchUpdatePartitionFailureEntry& AddPartitionValueList(Aws::String&& value) { m_partitionValueListHasBeenSet = true; m_partitionValueList.push_back(std::move(value)); return *this; } /** *A list of values defining the partitions.
*/ inline BatchUpdatePartitionFailureEntry& AddPartitionValueList(const char* value) { m_partitionValueListHasBeenSet = true; m_partitionValueList.push_back(value); return *this; } /** *The details about the batch update partition error.
*/ inline const ErrorDetail& GetErrorDetail() const{ return m_errorDetail; } /** *The details about the batch update partition error.
*/ inline bool ErrorDetailHasBeenSet() const { return m_errorDetailHasBeenSet; } /** *The details about the batch update partition error.
*/ inline void SetErrorDetail(const ErrorDetail& value) { m_errorDetailHasBeenSet = true; m_errorDetail = value; } /** *The details about the batch update partition error.
*/ inline void SetErrorDetail(ErrorDetail&& value) { m_errorDetailHasBeenSet = true; m_errorDetail = std::move(value); } /** *The details about the batch update partition error.
*/ inline BatchUpdatePartitionFailureEntry& WithErrorDetail(const ErrorDetail& value) { SetErrorDetail(value); return *this;} /** *The details about the batch update partition error.
*/ inline BatchUpdatePartitionFailureEntry& WithErrorDetail(ErrorDetail&& value) { SetErrorDetail(std::move(value)); return *this;} private: Aws::Vector