7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock/model/InferenceProfileStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
66 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
CreateInferenceProfileResult & WithInferenceProfileArn(const char *value)
const Aws::String & GetRequestId() const
AWS_BEDROCK_API CreateInferenceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
const InferenceProfileStatus & GetStatus() const
void SetStatus(const InferenceProfileStatus &value)
AWS_BEDROCK_API CreateInferenceProfileResult()
void SetRequestId(Aws::String &&value)
CreateInferenceProfileResult & WithStatus(InferenceProfileStatus &&value)
CreateInferenceProfileResult & WithRequestId(const char *value)
void SetRequestId(const char *value)
void SetStatus(InferenceProfileStatus &&value)
const Aws::String & GetInferenceProfileArn() const
void SetInferenceProfileArn(Aws::String &&value)
AWS_BEDROCK_API CreateInferenceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateInferenceProfileResult & WithInferenceProfileArn(const Aws::String &value)
CreateInferenceProfileResult & WithRequestId(Aws::String &&value)
void SetInferenceProfileArn(const char *value)
CreateInferenceProfileResult & WithInferenceProfileArn(Aws::String &&value)
CreateInferenceProfileResult & WithStatus(const InferenceProfileStatus &value)
void SetInferenceProfileArn(const Aws::String &value)
CreateInferenceProfileResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue