7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/appmesh/model/WeightedTarget.h>
59 bool m_weightedTargetsHasBeenSet =
false;
AWS_APPMESH_API TcpRouteAction()
AWS_APPMESH_API TcpRouteAction & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< WeightedTarget > & GetWeightedTargets() const
TcpRouteAction & AddWeightedTargets(WeightedTarget &&value)
TcpRouteAction & WithWeightedTargets(Aws::Vector< WeightedTarget > &&value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPMESH_API TcpRouteAction(Aws::Utils::Json::JsonView jsonValue)
TcpRouteAction & AddWeightedTargets(const WeightedTarget &value)
bool WeightedTargetsHasBeenSet() const
TcpRouteAction & WithWeightedTargets(const Aws::Vector< WeightedTarget > &value)
void SetWeightedTargets(Aws::Vector< WeightedTarget > &&value)
void SetWeightedTargets(const Aws::Vector< WeightedTarget > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue