7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename RoleArnT = Aws::String>
51 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
52 template<
typename RoleArnT = Aws::String>
64 template<
typename TargetGroupArnT = Aws::String>
65 void SetTargetGroupArn(TargetGroupArnT&& value) { m_targetGroupArnHasBeenSet =
true; m_targetGroupArn = std::forward<TargetGroupArnT>(value); }
66 template<
typename TargetGroupArnT = Aws::String>
78 template<
typename PortNameT = Aws::String>
79 void SetPortName(PortNameT&& value) { m_portNameHasBeenSet =
true; m_portName = std::forward<PortNameT>(value); }
80 template<
typename PortNameT = Aws::String>
86 bool m_roleArnHasBeenSet =
false;
89 bool m_targetGroupArnHasBeenSet =
false;
92 bool m_portNameHasBeenSet =
false;
void SetTargetGroupArn(TargetGroupArnT &&value)
const Aws::String & GetRoleArn() const
const Aws::String & GetPortName() const
AWS_ECS_API VpcLatticeConfiguration()=default
bool PortNameHasBeenSet() const
void SetPortName(PortNameT &&value)
void SetRoleArn(RoleArnT &&value)
VpcLatticeConfiguration & WithPortName(PortNameT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
VpcLatticeConfiguration & WithTargetGroupArn(TargetGroupArnT &&value)
AWS_ECS_API VpcLatticeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API VpcLatticeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TargetGroupArnHasBeenSet() const
VpcLatticeConfiguration & WithRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
const Aws::String & GetTargetGroupArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue