7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename PolicyArnT = Aws::String>
44 m_policyArnHasBeenSet =
true;
45 m_policyArn = std::forward<PolicyArnT>(value);
47 template <
typename PolicyArnT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename VersionT = Aws::String>
98 m_versionHasBeenSet =
true;
99 m_version = std::forward<VersionT>(value);
101 template <
typename VersionT = Aws::String>
114 template <
typename PolicyIdT = Aws::String>
116 m_policyIdHasBeenSet =
true;
117 m_policyId = std::forward<PolicyIdT>(value);
119 template <
typename PolicyIdT = Aws::String>
132 template <
typename CreatedAtT = Aws::Utils::DateTime>
134 m_createdAtHasBeenSet =
true;
135 m_createdAt = std::forward<CreatedAtT>(value);
137 template <
typename CreatedAtT = Aws::Utils::DateTime>
150 template <
typename UpdatedAtT = Aws::Utils::DateTime>
152 m_updatedAtHasBeenSet =
true;
153 m_updatedAt = std::forward<UpdatedAtT>(value);
155 template <
typename UpdatedAtT = Aws::Utils::DateTime>
175 bool m_policyArnHasBeenSet =
false;
176 bool m_nameHasBeenSet =
false;
177 bool m_descriptionHasBeenSet =
false;
178 bool m_versionHasBeenSet =
false;
179 bool m_policyIdHasBeenSet =
false;
180 bool m_createdAtHasBeenSet =
false;
181 bool m_updatedAtHasBeenSet =
false;
AutomatedReasoningPolicySummary & WithVersion(VersionT &&value)
void SetPolicyId(PolicyIdT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedReasoningPolicySummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetPolicyArn() const
bool DescriptionHasBeenSet() const
bool VersionHasBeenSet() const
const Aws::String & GetPolicyId() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API AutomatedReasoningPolicySummary(Aws::Utils::Json::JsonView jsonValue)
AutomatedReasoningPolicySummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
void SetCreatedAt(CreatedAtT &&value)
AutomatedReasoningPolicySummary & WithPolicyArn(PolicyArnT &&value)
void SetVersion(VersionT &&value)
AutomatedReasoningPolicySummary & WithPolicyId(PolicyIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetPolicyArn(PolicyArnT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetDescription() const
bool PolicyArnHasBeenSet() const
bool UpdatedAtHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool PolicyIdHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetVersion() const
AWS_BEDROCK_API AutomatedReasoningPolicySummary()=default
AutomatedReasoningPolicySummary & WithDescription(DescriptionT &&value)
AutomatedReasoningPolicySummary & WithName(NameT &&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