7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename PolicyArnT = Aws::String>
37 m_policyArnHasBeenSet =
true;
38 m_policyArn = std::forward<PolicyArnT>(value);
40 template <
typename PolicyArnT = Aws::String>
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
69 template <
typename DefinitionHashT = Aws::String>
71 m_definitionHashHasBeenSet =
true;
72 m_definitionHash = std::forward<DefinitionHashT>(value);
74 template <
typename DefinitionHashT = Aws::String>
86 template <
typename UpdatedAtT = Aws::Utils::DateTime>
88 m_updatedAtHasBeenSet =
true;
89 m_updatedAt = std::forward<UpdatedAtT>(value);
91 template <
typename UpdatedAtT = Aws::Utils::DateTime>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
122 bool m_policyArnHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
124 bool m_definitionHashHasBeenSet =
false;
125 bool m_updatedAtHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
UpdateAutomatedReasoningPolicyResult & WithName(NameT &&value)
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