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;
36 template <
typename PolicyArnT = Aws::String>
38 m_policyArnHasBeenSet =
true;
39 m_policyArn = std::forward<PolicyArnT>(value);
41 template <
typename PolicyArnT = Aws::String>
54 template <
typename VersionT = Aws::String>
56 m_versionHasBeenSet =
true;
57 m_version = std::forward<VersionT>(value);
59 template <
typename VersionT = Aws::String>
71 template <
typename NameT = Aws::String>
73 m_nameHasBeenSet =
true;
74 m_name = std::forward<NameT>(value);
76 template <
typename NameT = Aws::String>
78 SetName(std::forward<NameT>(value));
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
106 template <
typename DefinitionHashT = Aws::String>
108 m_definitionHashHasBeenSet =
true;
109 m_definitionHash = std::forward<DefinitionHashT>(value);
111 template <
typename DefinitionHashT = Aws::String>
123 template <
typename CreatedAtT = Aws::Utils::DateTime>
125 m_createdAtHasBeenSet =
true;
126 m_createdAt = std::forward<CreatedAtT>(value);
128 template <
typename CreatedAtT = Aws::Utils::DateTime>
140 template <
typename UpdatedAtT = Aws::Utils::DateTime>
142 m_updatedAtHasBeenSet =
true;
143 m_updatedAt = std::forward<UpdatedAtT>(value);
145 template <
typename UpdatedAtT = Aws::Utils::DateTime>
155 template <
typename RequestIdT = Aws::String>
157 m_requestIdHasBeenSet =
true;
158 m_requestId = std::forward<RequestIdT>(value);
160 template <
typename RequestIdT = Aws::String>
182 bool m_policyArnHasBeenSet =
false;
183 bool m_versionHasBeenSet =
false;
184 bool m_nameHasBeenSet =
false;
185 bool m_descriptionHasBeenSet =
false;
186 bool m_definitionHashHasBeenSet =
false;
187 bool m_createdAtHasBeenSet =
false;
188 bool m_updatedAtHasBeenSet =
false;
189 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::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