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;
42 template<
typename PolicyArnT = Aws::String>
43 void SetPolicyArn(PolicyArnT&& value) { m_policyArnHasBeenSet =
true; m_policyArn = std::forward<PolicyArnT>(value); }
44 template<
typename PolicyArnT = Aws::String>
54 template<
typename VersionT = Aws::String>
55 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
56 template<
typename VersionT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
88 template<
typename DefinitionHashT = Aws::String>
89 void SetDefinitionHash(DefinitionHashT&& value) { m_definitionHashHasBeenSet =
true; m_definitionHash = std::forward<DefinitionHashT>(value); }
90 template<
typename DefinitionHashT = Aws::String>
99 template<
typename CreatedAtT = Aws::Utils::DateTime>
100 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
101 template<
typename CreatedAtT = Aws::Utils::DateTime>
110 template<
typename UpdatedAtT = Aws::Utils::DateTime>
111 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
112 template<
typename UpdatedAtT = Aws::Utils::DateTime>
119 template<
typename RequestIdT = Aws::String>
120 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
121 template<
typename RequestIdT = Aws::String>
127 bool m_policyArnHasBeenSet =
false;
130 bool m_versionHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
139 bool m_definitionHashHasBeenSet =
false;
142 bool m_createdAtHasBeenSet =
false;
145 bool m_updatedAtHasBeenSet =
false;
148 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)
const Aws::String & GetRequestId() const
void SetCreatedAt(CreatedAtT &&value)
CreateAutomatedReasoningPolicyResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDefinitionHash() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue