7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/bedrock-agent/model/AgentAliasRoutingConfigurationListItem.h>
50 template<
typename EndDateT = Aws::Utils::DateTime>
51 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
52 template<
typename EndDateT = Aws::Utils::DateTime>
63 template<
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
64 void SetRoutingConfiguration(RoutingConfigurationT&& value) { m_routingConfigurationHasBeenSet =
true; m_routingConfiguration = std::forward<RoutingConfigurationT>(value); }
65 template<
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
67 template<
typename RoutingConfigurationT = AgentAliasRoutingConfigurationListItem>
78 template<
typename StartDateT = Aws::Utils::DateTime>
79 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
80 template<
typename StartDateT = Aws::Utils::DateTime>
86 bool m_endDateHasBeenSet =
false;
89 bool m_routingConfigurationHasBeenSet =
false;
92 bool m_startDateHasBeenSet =
false;
bool StartDateHasBeenSet() const
AgentAliasHistoryEvent & WithEndDate(EndDateT &&value)
AgentAliasHistoryEvent & AddRoutingConfiguration(RoutingConfigurationT &&value)
AgentAliasHistoryEvent & WithRoutingConfiguration(RoutingConfigurationT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndDate(EndDateT &&value)
AgentAliasHistoryEvent & WithStartDate(StartDateT &&value)
bool RoutingConfigurationHasBeenSet() const
void SetRoutingConfiguration(RoutingConfigurationT &&value)
const Aws::Utils::DateTime & GetEndDate() const
AWS_BEDROCKAGENT_API AgentAliasHistoryEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStartDate(StartDateT &&value)
const Aws::Vector< AgentAliasRoutingConfigurationListItem > & GetRoutingConfiguration() const
bool EndDateHasBeenSet() const
AWS_BEDROCKAGENT_API AgentAliasHistoryEvent()=default
AWS_BEDROCKAGENT_API AgentAliasHistoryEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetStartDate() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue