7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
46 template <
typename AlternateTargetGroupArnT = Aws::String>
48 m_alternateTargetGroupArnHasBeenSet =
true;
49 m_alternateTargetGroupArn = std::forward<AlternateTargetGroupArnT>(value);
51 template <
typename AlternateTargetGroupArnT = Aws::String>
66 template <
typename ProductionListenerRuleT = Aws::String>
68 m_productionListenerRuleHasBeenSet =
true;
69 m_productionListenerRule = std::forward<ProductionListenerRuleT>(value);
71 template <
typename ProductionListenerRuleT = Aws::String>
86 template <
typename TestListenerRuleT = Aws::String>
88 m_testListenerRuleHasBeenSet =
true;
89 m_testListenerRule = std::forward<TestListenerRuleT>(value);
91 template <
typename TestListenerRuleT = Aws::String>
105 template <
typename RoleArnT = Aws::String>
107 m_roleArnHasBeenSet =
true;
108 m_roleArn = std::forward<RoleArnT>(value);
110 template <
typename RoleArnT = Aws::String>
124 bool m_alternateTargetGroupArnHasBeenSet =
false;
125 bool m_productionListenerRuleHasBeenSet =
false;
126 bool m_testListenerRuleHasBeenSet =
false;
127 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