7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/pipes/model/PlacementConstraintType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
70 inline void SetExpression(
const char* value) { m_expressionHasBeenSet =
true; m_expression.assign(value); }
78 bool m_typeHasBeenSet =
false;
81 bool m_expressionHasBeenSet =
false;
const Aws::String & GetExpression() const
void SetExpression(const Aws::String &value)
const PlacementConstraintType & GetType() const
void SetType(const PlacementConstraintType &value)
PlacementConstraint & WithExpression(const char *value)
PlacementConstraint & WithExpression(const Aws::String &value)
void SetType(PlacementConstraintType &&value)
bool ExpressionHasBeenSet() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
PlacementConstraint & WithExpression(Aws::String &&value)
PlacementConstraint & WithType(PlacementConstraintType &&value)
void SetExpression(const char *value)
AWS_PIPES_API PlacementConstraint()
bool TypeHasBeenSet() const
PlacementConstraint & WithType(const PlacementConstraintType &value)
void SetExpression(Aws::String &&value)
AWS_PIPES_API PlacementConstraint(Aws::Utils::Json::JsonView jsonValue)
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