7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/pipes/model/PlacementConstraintType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 template<
typename ExpressionT = Aws::String>
67 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
68 template<
typename ExpressionT = Aws::String>
74 bool m_typeHasBeenSet =
false;
77 bool m_expressionHasBeenSet =
false;
const Aws::String & GetExpression() const
PlacementConstraintType GetType() const
AWS_PIPES_API PlacementConstraint()=default
bool ExpressionHasBeenSet() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
PlacementConstraint & WithType(PlacementConstraintType value)
void SetType(PlacementConstraintType value)
PlacementConstraint & WithExpression(ExpressionT &&value)
bool TypeHasBeenSet() const
AWS_PIPES_API PlacementConstraint(Aws::Utils::Json::JsonView jsonValue)
void SetExpression(ExpressionT &&value)
AWS_PIPES_API PlacementConstraint & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue