7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
37 template <
typename CustomModelDeploymentArnT = Aws::String>
39 m_customModelDeploymentArnHasBeenSet =
true;
40 m_customModelDeploymentArn = std::forward<CustomModelDeploymentArnT>(value);
42 template <
typename CustomModelDeploymentArnT = Aws::String>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_customModelDeploymentArnHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_BEDROCK_API CreateCustomModelDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCustomModelDeploymentArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateCustomModelDeploymentResult & WithCustomModelDeploymentArn(CustomModelDeploymentArnT &&value)
CreateCustomModelDeploymentResult & WithRequestId(RequestIdT &&value)
void SetCustomModelDeploymentArn(CustomModelDeploymentArnT &&value)
AWS_BEDROCK_API CreateCustomModelDeploymentResult()=default
AWS_BEDROCK_API CreateCustomModelDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
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