7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename AlternateTargetGroupArnT = Aws::String>
53 void SetAlternateTargetGroupArn(AlternateTargetGroupArnT&& value) { m_alternateTargetGroupArnHasBeenSet =
true; m_alternateTargetGroupArn = std::forward<AlternateTargetGroupArnT>(value); }
54 template<
typename AlternateTargetGroupArnT = Aws::String>
66 template<
typename ProductionListenerRuleT = Aws::String>
67 void SetProductionListenerRule(ProductionListenerRuleT&& value) { m_productionListenerRuleHasBeenSet =
true; m_productionListenerRule = std::forward<ProductionListenerRuleT>(value); }
68 template<
typename ProductionListenerRuleT = Aws::String>
80 template<
typename TestListenerRuleT = Aws::String>
81 void SetTestListenerRule(TestListenerRuleT&& value) { m_testListenerRuleHasBeenSet =
true; m_testListenerRule = std::forward<TestListenerRuleT>(value); }
82 template<
typename TestListenerRuleT = Aws::String>
93 template<
typename RoleArnT = Aws::String>
94 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
95 template<
typename RoleArnT = Aws::String>
101 bool m_alternateTargetGroupArnHasBeenSet =
false;
104 bool m_productionListenerRuleHasBeenSet =
false;
107 bool m_testListenerRuleHasBeenSet =
false;
110 bool m_roleArnHasBeenSet =
false;
AWS_ECS_API AdvancedConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetProductionListenerRule(ProductionListenerRuleT &&value)
AdvancedConfiguration & WithAlternateTargetGroupArn(AlternateTargetGroupArnT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(RoleArnT &&value)
AdvancedConfiguration & WithProductionListenerRule(ProductionListenerRuleT &&value)
bool RoleArnHasBeenSet() const
AdvancedConfiguration & WithTestListenerRule(TestListenerRuleT &&value)
const Aws::String & GetProductionListenerRule() const
void SetTestListenerRule(TestListenerRuleT &&value)
bool AlternateTargetGroupArnHasBeenSet() const
AWS_ECS_API AdvancedConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAlternateTargetGroupArn() const
const Aws::String & GetRoleArn() const
void SetAlternateTargetGroupArn(AlternateTargetGroupArnT &&value)
bool ProductionListenerRuleHasBeenSet() const
bool TestListenerRuleHasBeenSet() const
AdvancedConfiguration & WithRoleArn(RoleArnT &&value)
AWS_ECS_API AdvancedConfiguration()=default
const Aws::String & GetTestListenerRule() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue