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;
41 template<
typename InferenceProfileArnT = Aws::String>
42 void SetInferenceProfileArn(InferenceProfileArnT&& value) { m_inferenceProfileArnHasBeenSet =
true; m_inferenceProfileArn = std::forward<InferenceProfileArnT>(value); }
43 template<
typename InferenceProfileArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_inferenceProfileArnHasBeenSet =
false;
71 bool m_statusHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
CreateInferenceProfileResult & WithInferenceProfileArn(InferenceProfileArnT &&value)
void SetStatus(InferenceProfileStatus value)
AWS_BEDROCK_API CreateInferenceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
InferenceProfileStatus GetStatus() const
AWS_BEDROCK_API CreateInferenceProfileResult()=default
CreateInferenceProfileResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetInferenceProfileArn(InferenceProfileArnT &&value)
CreateInferenceProfileResult & WithStatus(InferenceProfileStatus value)
const Aws::String & GetInferenceProfileArn() const
AWS_BEDROCK_API CreateInferenceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue