7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/BedrockRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetJobIdentifier(
const char* value) { m_jobIdentifierHasBeenSet =
true; m_jobIdentifier.assign(value); }
51 bool m_jobIdentifierHasBeenSet =
false;
bool JobIdentifierHasBeenSet() const
void SetJobIdentifier(const char *value)
GetModelInvocationJobRequest & WithJobIdentifier(const Aws::String &value)
const Aws::String & GetJobIdentifier() const
virtual const char * GetServiceRequestName() const override
void SetJobIdentifier(const Aws::String &value)
void SetJobIdentifier(Aws::String &&value)
AWS_BEDROCK_API Aws::String SerializePayload() const override
GetModelInvocationJobRequest & WithJobIdentifier(Aws::String &&value)
AWS_BEDROCK_API GetModelInvocationJobRequest()
GetModelInvocationJobRequest & WithJobIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String