7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/InferenceProfileStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename InferenceProfileArnT = Aws::String>
37 m_inferenceProfileArnHasBeenSet =
true;
38 m_inferenceProfileArn = std::forward<InferenceProfileArnT>(value);
40 template <
typename InferenceProfileArnT = Aws::String>
54 m_statusHasBeenSet =
true;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_inferenceProfileArnHasBeenSet =
false;
84 bool m_statusHasBeenSet =
false;
85 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::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