7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/ActionGroupState.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename ActionGroupIdT = Aws::String>
49 void SetActionGroupId(ActionGroupIdT&& value) { m_actionGroupIdHasBeenSet =
true; m_actionGroupId = std::forward<ActionGroupIdT>(value); }
50 template<
typename ActionGroupIdT = Aws::String>
60 template<
typename ActionGroupNameT = Aws::String>
61 void SetActionGroupName(ActionGroupNameT&& value) { m_actionGroupNameHasBeenSet =
true; m_actionGroupName = std::forward<ActionGroupNameT>(value); }
62 template<
typename ActionGroupNameT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
97 template<
typename UpdatedAtT = Aws::Utils::DateTime>
98 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
99 template<
typename UpdatedAtT = Aws::Utils::DateTime>
105 bool m_actionGroupIdHasBeenSet =
false;
108 bool m_actionGroupNameHasBeenSet =
false;
111 bool m_actionGroupStateHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
117 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue