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 VersionT = Aws::String>
72 m_versionHasBeenSet =
true;
73 m_version = std::forward<VersionT>(value);
75 template <
typename VersionT = Aws::String>
87 template <
typename PolicyIdT = Aws::String>
89 m_policyIdHasBeenSet =
true;
90 m_policyId = std::forward<PolicyIdT>(value);
92 template <
typename PolicyIdT = Aws::String>
104 template <
typename DescriptionT = Aws::String>
106 m_descriptionHasBeenSet =
true;
107 m_description = std::forward<DescriptionT>(value);
109 template <
typename DescriptionT = Aws::String>
121 template <
typename DefinitionHashT = Aws::String>
123 m_definitionHashHasBeenSet =
true;
124 m_definitionHash = std::forward<DefinitionHashT>(value);
126 template <
typename DefinitionHashT = Aws::String>
141 template <
typename KmsKeyArnT = Aws::String>
143 m_kmsKeyArnHasBeenSet =
true;
144 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
146 template <
typename KmsKeyArnT = Aws::String>
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
160 m_createdAtHasBeenSet =
true;
161 m_createdAt = std::forward<CreatedAtT>(value);
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 template <
typename UpdatedAtT = Aws::Utils::DateTime>
177 m_updatedAtHasBeenSet =
true;
178 m_updatedAt = std::forward<UpdatedAtT>(value);
180 template <
typename UpdatedAtT = Aws::Utils::DateTime>
190 template <
typename RequestIdT = Aws::String>
192 m_requestIdHasBeenSet =
true;
193 m_requestId = std::forward<RequestIdT>(value);
195 template <
typename RequestIdT = Aws::String>
224 bool m_policyArnHasBeenSet =
false;
225 bool m_nameHasBeenSet =
false;
226 bool m_versionHasBeenSet =
false;
227 bool m_policyIdHasBeenSet =
false;
228 bool m_descriptionHasBeenSet =
false;
229 bool m_definitionHashHasBeenSet =
false;
230 bool m_kmsKeyArnHasBeenSet =
false;
231 bool m_createdAtHasBeenSet =
false;
232 bool m_updatedAtHasBeenSet =
false;
233 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetKmsKeyArn() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetVersion() const
void SetName(NameT &&value)
const Aws::String & GetName() const
GetAutomatedReasoningPolicyResult & WithName(NameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetVersion(VersionT &&value)
GetAutomatedReasoningPolicyResult & WithDefinitionHash(DefinitionHashT &&value)
GetAutomatedReasoningPolicyResult & WithVersion(VersionT &&value)
AWS_BEDROCK_API GetAutomatedReasoningPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPolicyArn(PolicyArnT &&value)
GetAutomatedReasoningPolicyResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetRequestId() const
void SetDefinitionHash(DefinitionHashT &&value)
GetAutomatedReasoningPolicyResult & WithCreatedAt(CreatedAtT &&value)
GetAutomatedReasoningPolicyResult & WithPolicyArn(PolicyArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetPolicyArn() const
const Aws::String & GetDefinitionHash() const
GetAutomatedReasoningPolicyResult & WithPolicyId(PolicyIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetPolicyId() const
GetAutomatedReasoningPolicyResult & WithRequestId(RequestIdT &&value)
GetAutomatedReasoningPolicyResult & WithDescription(DescriptionT &&value)
AWS_BEDROCK_API GetAutomatedReasoningPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetDescription() const
GetAutomatedReasoningPolicyResult & WithKmsKeyArn(KmsKeyArnT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetPolicyId(PolicyIdT &&value)
AWS_BEDROCK_API GetAutomatedReasoningPolicyResult()=default
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