7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
9#include <aws/pipes/model/PlacementStrategyType.h>
51 m_typeHasBeenSet =
true;
71 template <
typename FieldT = Aws::String>
73 m_fieldHasBeenSet =
true;
74 m_field = std::forward<FieldT>(value);
76 template <
typename FieldT = Aws::String>
78 SetField(std::forward<FieldT>(value));
86 bool m_typeHasBeenSet =
false;
87 bool m_fieldHasBeenSet =
false;
void SetField(FieldT &&value)
PlacementStrategyType GetType() const
bool TypeHasBeenSet() const
AWS_PIPES_API PlacementStrategy & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API PlacementStrategy(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API PlacementStrategy()=default
PlacementStrategy & WithType(PlacementStrategyType value)
bool FieldHasBeenSet() const
PlacementStrategy & WithField(FieldT &&value)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetField() const
void SetType(PlacementStrategyType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue