7#include <aws/bedrock/BedrockRequest.h>
8#include <aws/bedrock/Bedrock_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename JobIdentifierT = Aws::String>
40 m_jobIdentifierHasBeenSet =
true;
41 m_jobIdentifier = std::forward<JobIdentifierT>(value);
43 template <
typename JobIdentifierT = Aws::String>
51 bool m_jobIdentifierHasBeenSet =
false;
bool JobIdentifierHasBeenSet() const
AWS_BEDROCK_API GetEvaluationJobRequest()=default
AWS_BEDROCK_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetJobIdentifier() const
void SetJobIdentifier(JobIdentifierT &&value)
GetEvaluationJobRequest & WithJobIdentifier(JobIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String