7#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename ListenerArnsT = Aws::Vector<Aws::String>>
47 m_listenerArnsHasBeenSet =
true;
48 m_listenerArns = std::forward<ListenerArnsT>(value);
50 template <
typename ListenerArnsT = Aws::Vector<Aws::String>>
55 template <
typename ListenerArnsT = Aws::String>
57 m_listenerArnsHasBeenSet =
true;
58 m_listenerArns.emplace_back(std::forward<ListenerArnsT>(value));
64 bool m_listenerArnsHasBeenSet =
false;
AWS_CODEDEPLOY_API TrafficRoute()=default
TrafficRoute & WithListenerArns(ListenerArnsT &&value)
void SetListenerArns(ListenerArnsT &&value)
AWS_CODEDEPLOY_API TrafficRoute & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetListenerArns() const
TrafficRoute & AddListenerArns(ListenerArnsT &&value)
bool ListenerArnsHasBeenSet() const
AWS_CODEDEPLOY_API TrafficRoute(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEDEPLOY_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue