7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename PolicyArnT = Aws::String>
42 void SetPolicyArn(PolicyArnT&& value) { m_policyArnHasBeenSet =
true; m_policyArn = std::forward<PolicyArnT>(value); }
43 template<
typename PolicyArnT = Aws::String>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
63 template<
typename VersionT = Aws::String>
64 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
65 template<
typename VersionT = Aws::String>
74 template<
typename PolicyIdT = Aws::String>
75 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
76 template<
typename PolicyIdT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
96 template<
typename DefinitionHashT = Aws::String>
97 void SetDefinitionHash(DefinitionHashT&& value) { m_definitionHashHasBeenSet =
true; m_definitionHash = std::forward<DefinitionHashT>(value); }
98 template<
typename DefinitionHashT = Aws::String>
107 template<
typename CreatedAtT = Aws::Utils::DateTime>
108 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
109 template<
typename CreatedAtT = Aws::Utils::DateTime>
118 template<
typename UpdatedAtT = Aws::Utils::DateTime>
119 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
120 template<
typename UpdatedAtT = Aws::Utils::DateTime>
127 template<
typename RequestIdT = Aws::String>
128 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
129 template<
typename RequestIdT = Aws::String>
135 bool m_policyArnHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
141 bool m_versionHasBeenSet =
false;
144 bool m_policyIdHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_definitionHashHasBeenSet =
false;
153 bool m_createdAtHasBeenSet =
false;
156 bool m_updatedAtHasBeenSet =
false;
159 bool m_requestIdHasBeenSet =
false;
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
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
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