7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename PolicyArnT = Aws::String>
38 m_policyArnHasBeenSet =
true;
39 m_policyArn = std::forward<PolicyArnT>(value);
41 template <
typename PolicyArnT = Aws::String>
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
70 template <
typename DefinitionHashT = Aws::String>
72 m_definitionHashHasBeenSet =
true;
73 m_definitionHash = std::forward<DefinitionHashT>(value);
75 template <
typename DefinitionHashT = Aws::String>
87 template <
typename UpdatedAtT = Aws::Utils::DateTime>
89 m_updatedAtHasBeenSet =
true;
90 m_updatedAt = std::forward<UpdatedAtT>(value);
92 template <
typename UpdatedAtT = Aws::Utils::DateTime>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
126 bool m_policyArnHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
128 bool m_definitionHashHasBeenSet =
false;
129 bool m_updatedAtHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
UpdateAutomatedReasoningPolicyResult & WithName(NameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetPolicyArn() const
void SetPolicyArn(PolicyArnT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetDefinitionHash(DefinitionHashT &&value)
const Aws::String & GetDefinitionHash() const
void SetRequestId(RequestIdT &&value)
UpdateAutomatedReasoningPolicyResult & WithPolicyArn(PolicyArnT &&value)
void SetName(NameT &&value)
UpdateAutomatedReasoningPolicyResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCK_API UpdateAutomatedReasoningPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAutomatedReasoningPolicyResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_BEDROCK_API UpdateAutomatedReasoningPolicyResult()=default
AWS_BEDROCK_API UpdateAutomatedReasoningPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateAutomatedReasoningPolicyResult & WithDefinitionHash(DefinitionHashT &&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