/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
Requests that failed because of a client or server error.
*/ inline const Aws::VectorRequests that failed because of a client or server error.
*/ inline void SetFailedEvaluations(const Aws::VectorRequests that failed because of a client or server error.
*/ inline void SetFailedEvaluations(Aws::VectorRequests that failed because of a client or server error.
*/ inline PutEvaluationsResult& WithFailedEvaluations(const Aws::VectorRequests that failed because of a client or server error.
*/ inline PutEvaluationsResult& WithFailedEvaluations(Aws::VectorRequests that failed because of a client or server error.
*/ inline PutEvaluationsResult& AddFailedEvaluations(const Evaluation& value) { m_failedEvaluations.push_back(value); return *this; } /** *Requests that failed because of a client or server error.
*/ inline PutEvaluationsResult& AddFailedEvaluations(Evaluation&& value) { m_failedEvaluations.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline PutEvaluationsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline PutEvaluationsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline PutEvaluationsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector