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;
37 template <
typename PolicyArnT = Aws::String>
39 m_policyArnHasBeenSet =
true;
40 m_policyArn = std::forward<PolicyArnT>(value);
42 template <
typename PolicyArnT = Aws::String>
55 template <
typename VersionT = Aws::String>
57 m_versionHasBeenSet =
true;
58 m_version = std::forward<VersionT>(value);
60 template <
typename VersionT = Aws::String>
72 template <
typename NameT = Aws::String>
74 m_nameHasBeenSet =
true;
75 m_name = std::forward<NameT>(value);
77 template <
typename NameT = Aws::String>
79 SetName(std::forward<NameT>(value));
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
107 template <
typename DefinitionHashT = Aws::String>
109 m_definitionHashHasBeenSet =
true;
110 m_definitionHash = std::forward<DefinitionHashT>(value);
112 template <
typename DefinitionHashT = Aws::String>
124 template <
typename CreatedAtT = Aws::Utils::DateTime>
126 m_createdAtHasBeenSet =
true;
127 m_createdAt = std::forward<CreatedAtT>(value);
129 template <
typename CreatedAtT = Aws::Utils::DateTime>
141 template <
typename UpdatedAtT = Aws::Utils::DateTime>
143 m_updatedAtHasBeenSet =
true;
144 m_updatedAt = std::forward<UpdatedAtT>(value);
146 template <
typename UpdatedAtT = Aws::Utils::DateTime>
156 template <
typename RequestIdT = Aws::String>
158 m_requestIdHasBeenSet =
true;
159 m_requestId = std::forward<RequestIdT>(value);
161 template <
typename RequestIdT = Aws::String>
186 bool m_policyArnHasBeenSet =
false;
187 bool m_versionHasBeenSet =
false;
188 bool m_nameHasBeenSet =
false;
189 bool m_descriptionHasBeenSet =
false;
190 bool m_definitionHashHasBeenSet =
false;
191 bool m_createdAtHasBeenSet =
false;
192 bool m_updatedAtHasBeenSet =
false;
193 bool m_requestIdHasBeenSet =
false;
void SetPolicyArn(PolicyArnT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetPolicyArn() const
void SetDefinitionHash(DefinitionHashT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
CreateAutomatedReasoningPolicyResult & WithDefinitionHash(DefinitionHashT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
CreateAutomatedReasoningPolicyResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetVersion() const
AWS_BEDROCK_API CreateAutomatedReasoningPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateAutomatedReasoningPolicyResult & WithUpdatedAt(UpdatedAtT &&value)
CreateAutomatedReasoningPolicyResult & WithRequestId(RequestIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
CreateAutomatedReasoningPolicyResult & WithPolicyArn(PolicyArnT &&value)
CreateAutomatedReasoningPolicyResult & WithName(NameT &&value)
AWS_BEDROCK_API CreateAutomatedReasoningPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
AWS_BEDROCK_API CreateAutomatedReasoningPolicyResult()=default
CreateAutomatedReasoningPolicyResult & WithVersion(VersionT &&value)
void SetVersion(VersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
void SetCreatedAt(CreatedAtT &&value)
CreateAutomatedReasoningPolicyResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDefinitionHash() const
void SetRequestId(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