7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/Step.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename StepsT = Aws::Vector<Step>>
48 m_stepsHasBeenSet =
true;
49 m_steps = std::forward<StepsT>(value);
51 template <
typename StepsT = Aws::Vector<Step>>
53 SetSteps(std::forward<StepsT>(value));
56 template <
typename StepsT = Step>
58 m_stepsHasBeenSet =
true;
59 m_steps.emplace_back(std::forward<StepsT>(value));
73 template <
typename ActivationTimestampT = Aws::Utils::DateTime>
75 m_activationTimestampHasBeenSet =
true;
76 m_activationTimestamp = std::forward<ActivationTimestampT>(value);
78 template <
typename ActivationTimestampT = Aws::Utils::DateTime>
89 inline int GetIndex()
const {
return m_index; }
92 m_indexHasBeenSet =
true;
106 bool m_stepsHasBeenSet =
false;
107 bool m_activationTimestampHasBeenSet =
false;
108 bool m_indexHasBeenSet =
false;
AWS_CONNECT_API RoutingCriteria()=default
bool StepsHasBeenSet() const
void SetSteps(StepsT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetActivationTimestamp(ActivationTimestampT &&value)
RoutingCriteria & WithActivationTimestamp(ActivationTimestampT &&value)
RoutingCriteria & AddSteps(StepsT &&value)
RoutingCriteria & WithIndex(int value)
RoutingCriteria & WithSteps(StepsT &&value)
const Aws::Vector< Step > & GetSteps() const
bool ActivationTimestampHasBeenSet() const
bool IndexHasBeenSet() const
AWS_CONNECT_API RoutingCriteria(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetActivationTimestamp() const
AWS_CONNECT_API RoutingCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue