7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename JobArnT = Aws::String>
36 m_jobArnHasBeenSet =
true;
37 m_jobArn = std::forward<JobArnT>(value);
39 template <
typename JobArnT = Aws::String>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
64 bool m_jobArnHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
CreateEvaluationJobResult & WithJobArn(JobArnT &&value)
CreateEvaluationJobResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCK_API CreateEvaluationJobResult()=default
const Aws::String & GetRequestId() const
void SetJobArn(JobArnT &&value)
AWS_BEDROCK_API CreateEvaluationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCK_API CreateEvaluationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetJobArn() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue