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;
36 template <
typename PromptRouterArnT = Aws::String>
38 m_promptRouterArnHasBeenSet =
true;
39 m_promptRouterArn = std::forward<PromptRouterArnT>(value);
41 template <
typename PromptRouterArnT = Aws::String>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_promptRouterArnHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetPromptRouterArn() const
AWS_BEDROCK_API CreatePromptRouterResult()=default
AWS_BEDROCK_API CreatePromptRouterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetPromptRouterArn(PromptRouterArnT &&value)
CreatePromptRouterResult & WithPromptRouterArn(PromptRouterArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_BEDROCK_API CreatePromptRouterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePromptRouterResult & WithRequestId(RequestIdT &&value)
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