7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
44 template <
typename RoleArnT = Aws::String>
46 m_roleArnHasBeenSet =
true;
47 m_roleArn = std::forward<RoleArnT>(value);
49 template <
typename RoleArnT = Aws::String>
64 template <
typename TargetGroupArnT = Aws::String>
66 m_targetGroupArnHasBeenSet =
true;
67 m_targetGroupArn = std::forward<TargetGroupArnT>(value);
69 template <
typename TargetGroupArnT = Aws::String>
84 template <
typename PortNameT = Aws::String>
86 m_portNameHasBeenSet =
true;
87 m_portName = std::forward<PortNameT>(value);
89 template <
typename PortNameT = Aws::String>
101 bool m_roleArnHasBeenSet =
false;
102 bool m_targetGroupArnHasBeenSet =
false;
103 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