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 VersionT = Aws::String>
71 m_versionHasBeenSet =
true;
72 m_version = std::forward<VersionT>(value);
74 template <
typename VersionT = Aws::String>
86 template <
typename PolicyIdT = Aws::String>
88 m_policyIdHasBeenSet =
true;
89 m_policyId = std::forward<PolicyIdT>(value);
91 template <
typename PolicyIdT = Aws::String>
103 template <
typename DescriptionT = Aws::String>
105 m_descriptionHasBeenSet =
true;
106 m_description = std::forward<DescriptionT>(value);
108 template <
typename DescriptionT = Aws::String>
120 template <
typename DefinitionHashT = Aws::String>
122 m_definitionHashHasBeenSet =
true;
123 m_definitionHash = std::forward<DefinitionHashT>(value);
125 template <
typename DefinitionHashT = Aws::String>
140 template <
typename KmsKeyArnT = Aws::String>
142 m_kmsKeyArnHasBeenSet =
true;
143 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
145 template <
typename KmsKeyArnT = Aws::String>
157 template <
typename CreatedAtT = Aws::Utils::DateTime>
159 m_createdAtHasBeenSet =
true;
160 m_createdAt = std::forward<CreatedAtT>(value);
162 template <
typename CreatedAtT = Aws::Utils::DateTime>
174 template <
typename UpdatedAtT = Aws::Utils::DateTime>
176 m_updatedAtHasBeenSet =
true;
177 m_updatedAt = std::forward<UpdatedAtT>(value);
179 template <
typename UpdatedAtT = Aws::Utils::DateTime>
189 template <
typename RequestIdT = Aws::String>
191 m_requestIdHasBeenSet =
true;
192 m_requestId = std::forward<RequestIdT>(value);
194 template <
typename RequestIdT = Aws::String>
202 bool m_policyArnHasBeenSet =
false;
205 bool m_nameHasBeenSet =
false;
208 bool m_versionHasBeenSet =
false;
211 bool m_policyIdHasBeenSet =
false;
214 bool m_descriptionHasBeenSet =
false;
217 bool m_definitionHashHasBeenSet =
false;
220 bool m_kmsKeyArnHasBeenSet =
false;
223 bool m_createdAtHasBeenSet =
false;
226 bool m_updatedAtHasBeenSet =
false;
229 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)
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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue