7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/Problem.h>
43 template <
typename MessageT = Aws::String>
45 m_messageHasBeenSet =
true;
46 m_message = std::forward<MessageT>(value);
48 template <
typename MessageT = Aws::String>
61 template <
typename ProblemsT = Aws::Vector<Problem>>
63 m_problemsHasBeenSet =
true;
64 m_problems = std::forward<ProblemsT>(value);
66 template <
typename ProblemsT = Aws::Vector<Problem>>
71 template <
typename ProblemsT = Problem>
73 m_problemsHasBeenSet =
true;
74 m_problems.emplace_back(std::forward<ProblemsT>(value));
82 bool m_messageHasBeenSet =
false;
83 bool m_problemsHasBeenSet =
false;
const Aws::Vector< Problem > & GetProblems() const
bool MessageHasBeenSet() const
UniqueProblem & WithProblems(ProblemsT &&value)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
UniqueProblem & WithMessage(MessageT &&value)
UniqueProblem & AddProblems(ProblemsT &&value)
void SetProblems(ProblemsT &&value)
AWS_DEVICEFARM_API UniqueProblem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVICEFARM_API UniqueProblem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
bool ProblemsHasBeenSet() const
AWS_DEVICEFARM_API UniqueProblem()=default
void SetMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue