7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/AgentAliasRoutingConfigurationListItem.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace BedrockAgent {
44 template <
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
46 m_routingConfigurationHasBeenSet =
true;
47 m_routingConfiguration = std::forward<RoutingConfigurationT>(value);
49 template <
typename RoutingConfigurationT = Aws::Vector<AgentAliasRoutingConfigurationListItem>>
54 template <
typename RoutingConfigurationT = AgentAliasRoutingConfigurationListItem>
56 m_routingConfigurationHasBeenSet =
true;
57 m_routingConfiguration.emplace_back(std::forward<RoutingConfigurationT>(value));
69 template <
typename EndDateT = Aws::Utils::DateTime>
71 m_endDateHasBeenSet =
true;
72 m_endDate = std::forward<EndDateT>(value);
74 template <
typename EndDateT = Aws::Utils::DateTime>
88 template <
typename StartDateT = Aws::Utils::DateTime>
90 m_startDateHasBeenSet =
true;
91 m_startDate = std::forward<StartDateT>(value);
93 template <
typename StartDateT = Aws::Utils::DateTime>
105 bool m_routingConfigurationHasBeenSet =
false;
106 bool m_endDateHasBeenSet =
false;
107 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue