7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ExpressionT = Aws::String>
50 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
51 template<
typename ExpressionT = Aws::String>
64 template<
typename TypeT = Aws::String>
65 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
66 template<
typename TypeT = Aws::String>
72 bool m_expressionHasBeenSet =
false;
75 bool m_typeHasBeenSet =
false;
AWS_SECURITYHUB_API AwsEcsServicePlacementConstraintsDetails(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsEcsServicePlacementConstraintsDetails()=default
AWS_SECURITYHUB_API AwsEcsServicePlacementConstraintsDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExpressionHasBeenSet() const
const Aws::String & GetExpression() const
AwsEcsServicePlacementConstraintsDetails & WithExpression(ExpressionT &&value)
void SetExpression(ExpressionT &&value)
AwsEcsServicePlacementConstraintsDetails & WithType(TypeT &&value)
void SetType(TypeT &&value)
const Aws::String & GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue