7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename PolicyArnT = Aws::String>
49 void SetPolicyArn(PolicyArnT&& value) { m_policyArnHasBeenSet =
true; m_policyArn = std::forward<PolicyArnT>(value); }
50 template<
typename PolicyArnT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename VersionT = Aws::String>
85 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
86 template<
typename VersionT = Aws::String>
96 template<
typename PolicyIdT = Aws::String>
97 void SetPolicyId(PolicyIdT&& value) { m_policyIdHasBeenSet =
true; m_policyId = std::forward<PolicyIdT>(value); }
98 template<
typename PolicyIdT = Aws::String>
108 template<
typename CreatedAtT = Aws::Utils::DateTime>
109 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
110 template<
typename CreatedAtT = Aws::Utils::DateTime>
120 template<
typename UpdatedAtT = Aws::Utils::DateTime>
121 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
122 template<
typename UpdatedAtT = Aws::Utils::DateTime>
128 bool m_policyArnHasBeenSet =
false;
131 bool m_nameHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
137 bool m_versionHasBeenSet =
false;
140 bool m_policyIdHasBeenSet =
false;
143 bool m_createdAtHasBeenSet =
false;
146 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue