/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The flow is not valid.See Also:
AWS
* API Reference
The problems with the flow. Please fix before trying again.
*/ inline const Aws::VectorThe problems with the flow. Please fix before trying again.
*/ inline bool ProblemsHasBeenSet() const { return m_problemsHasBeenSet; } /** *The problems with the flow. Please fix before trying again.
*/ inline void SetProblems(const Aws::VectorThe problems with the flow. Please fix before trying again.
*/ inline void SetProblems(Aws::VectorThe problems with the flow. Please fix before trying again.
*/ inline InvalidContactFlowException& WithProblems(const Aws::VectorThe problems with the flow. Please fix before trying again.
*/ inline InvalidContactFlowException& WithProblems(Aws::VectorThe problems with the flow. Please fix before trying again.
*/ inline InvalidContactFlowException& AddProblems(const ProblemDetail& value) { m_problemsHasBeenSet = true; m_problems.push_back(value); return *this; } /** *The problems with the flow. Please fix before trying again.
*/ inline InvalidContactFlowException& AddProblems(ProblemDetail&& value) { m_problemsHasBeenSet = true; m_problems.push_back(std::move(value)); return *this; } private: Aws::Vector