7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename TargetGroupArnT = Aws::String>
50 void SetTargetGroupArn(TargetGroupArnT&& value) { m_targetGroupArnHasBeenSet =
true; m_targetGroupArn = std::forward<TargetGroupArnT>(value); }
51 template<
typename TargetGroupArnT = Aws::String>
63 template<
typename ProductionListenerRuleT = Aws::String>
64 void SetProductionListenerRule(ProductionListenerRuleT&& value) { m_productionListenerRuleHasBeenSet =
true; m_productionListenerRule = std::forward<ProductionListenerRuleT>(value); }
65 template<
typename ProductionListenerRuleT = Aws::String>
71 bool m_targetGroupArnHasBeenSet =
false;
74 bool m_productionListenerRuleHasBeenSet =
false;
const Aws::String & GetProductionListenerRule() const
const Aws::String & GetTargetGroupArn() const
AWS_ECS_API ServiceRevisionLoadBalancer()=default
AWS_ECS_API ServiceRevisionLoadBalancer & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProductionListenerRuleHasBeenSet() const
bool TargetGroupArnHasBeenSet() const
void SetTargetGroupArn(TargetGroupArnT &&value)
ServiceRevisionLoadBalancer & WithProductionListenerRule(ProductionListenerRuleT &&value)
void SetProductionListenerRule(ProductionListenerRuleT &&value)
AWS_ECS_API ServiceRevisionLoadBalancer(Aws::Utils::Json::JsonView jsonValue)
ServiceRevisionLoadBalancer & WithTargetGroupArn(TargetGroupArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue