7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
9#include <aws/ecs/model/PlacementConstraintType.h>
50 m_typeHasBeenSet =
true;
71 template <
typename ExpressionT = Aws::String>
73 m_expressionHasBeenSet =
true;
74 m_expression = std::forward<ExpressionT>(value);
76 template <
typename ExpressionT = Aws::String>
86 bool m_typeHasBeenSet =
false;
87 bool m_expressionHasBeenSet =
false;
const Aws::String & GetExpression() const
void SetExpression(ExpressionT &&value)
AWS_ECS_API PlacementConstraint(Aws::Utils::Json::JsonView jsonValue)
PlacementConstraint & WithExpression(ExpressionT &&value)
AWS_ECS_API PlacementConstraint()=default
bool ExpressionHasBeenSet() const
AWS_ECS_API PlacementConstraint & operator=(Aws::Utils::Json::JsonView jsonValue)
PlacementConstraint & WithType(PlacementConstraintType value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
PlacementConstraintType GetType() const
void SetType(PlacementConstraintType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue