/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include You provided an invalid value for one of the operation's parameters. Check
* the syntax for the operation, and try again.See Also:
AWS
* API Reference
An array of the request fields that had validation errors.
*/ inline const Aws::VectorAn array of the request fields that had validation errors.
*/ inline bool FieldListHasBeenSet() const { return m_fieldListHasBeenSet; } /** *An array of the request fields that had validation errors.
*/ inline void SetFieldList(const Aws::VectorAn array of the request fields that had validation errors.
*/ inline void SetFieldList(Aws::VectorAn array of the request fields that had validation errors.
*/ inline ValidationException& WithFieldList(const Aws::VectorAn array of the request fields that had validation errors.
*/ inline ValidationException& WithFieldList(Aws::VectorAn array of the request fields that had validation errors.
*/ inline ValidationException& AddFieldList(const ValidationExceptionField& value) { m_fieldListHasBeenSet = true; m_fieldList.push_back(value); return *this; } /** *An array of the request fields that had validation errors.
*/ inline ValidationException& AddFieldList(ValidationExceptionField&& value) { m_fieldListHasBeenSet = true; m_fieldList.push_back(std::move(value)); return *this; } inline const Aws::String& GetMessage() const{ return m_message; } inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; } inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; } inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); } inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); } inline ValidationException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} inline ValidationException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;} inline ValidationException& WithMessage(const char* value) { SetMessage(value); return *this;} private: Aws::Vector