7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/ActionGroupState.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgent {
42 template <
typename ActionGroupIdT = Aws::String>
44 m_actionGroupIdHasBeenSet =
true;
45 m_actionGroupId = std::forward<ActionGroupIdT>(value);
47 template <
typename ActionGroupIdT = Aws::String>
60 template <
typename ActionGroupNameT = Aws::String>
62 m_actionGroupNameHasBeenSet =
true;
63 m_actionGroupName = std::forward<ActionGroupNameT>(value);
65 template <
typename ActionGroupNameT = Aws::String>
82 m_actionGroupStateHasBeenSet =
true;
83 m_actionGroupState = value;
97 template <
typename DescriptionT = Aws::String>
99 m_descriptionHasBeenSet =
true;
100 m_description = std::forward<DescriptionT>(value);
102 template <
typename DescriptionT = Aws::String>
115 template <
typename UpdatedAtT = Aws::Utils::DateTime>
117 m_updatedAtHasBeenSet =
true;
118 m_updatedAt = std::forward<UpdatedAtT>(value);
120 template <
typename UpdatedAtT = Aws::Utils::DateTime>
136 bool m_actionGroupIdHasBeenSet =
false;
137 bool m_actionGroupNameHasBeenSet =
false;
138 bool m_actionGroupStateHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
140 bool m_updatedAtHasBeenSet =
false;
const Aws::String & GetActionGroupName() const
bool DescriptionHasBeenSet() const
ActionGroupSummary & WithDescription(DescriptionT &&value)
bool ActionGroupStateHasBeenSet() const
void SetActionGroupName(ActionGroupNameT &&value)
ActionGroupSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetActionGroupId() const
const Aws::String & GetDescription() const
AWS_BEDROCKAGENT_API ActionGroupSummary(Aws::Utils::Json::JsonView jsonValue)
bool ActionGroupIdHasBeenSet() const
AWS_BEDROCKAGENT_API ActionGroupSummary()=default
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetActionGroupId(ActionGroupIdT &&value)
ActionGroupSummary & WithActionGroupState(ActionGroupState value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetActionGroupState(ActionGroupState value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API ActionGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ActionGroupState GetActionGroupState() const
bool UpdatedAtHasBeenSet() const
bool ActionGroupNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
ActionGroupSummary & WithActionGroupId(ActionGroupIdT &&value)
ActionGroupSummary & WithActionGroupName(ActionGroupNameT &&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