7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotfleetwise/model/NodeDataType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
53 template<
typename FullyQualifiedNameT = Aws::String>
54 void SetFullyQualifiedName(FullyQualifiedNameT&& value) { m_fullyQualifiedNameHasBeenSet =
true; m_fullyQualifiedName = std::forward<FullyQualifiedNameT>(value); }
55 template<
typename FullyQualifiedNameT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename UnitT = Aws::String>
88 void SetUnit(UnitT&& value) { m_unitHasBeenSet =
true; m_unit = std::forward<UnitT>(value); }
89 template<
typename UnitT = Aws::String>
99 template<
typename AllowedValuesT = Aws::Vector<Aws::String>>
100 void SetAllowedValues(AllowedValuesT&& value) { m_allowedValuesHasBeenSet =
true; m_allowedValues = std::forward<AllowedValuesT>(value); }
101 template<
typename AllowedValuesT = Aws::Vector<Aws::String>>
103 template<
typename AllowedValuesT = Aws::String>
104 Actuator&
AddAllowedValues(AllowedValuesT&& value) { m_allowedValuesHasBeenSet =
true; m_allowedValues.emplace_back(std::forward<AllowedValuesT>(value));
return *
this; }
111 inline double GetMin()
const {
return m_min; }
113 inline void SetMin(
double value) { m_minHasBeenSet =
true; m_min = value; }
121 inline double GetMax()
const {
return m_max; }
123 inline void SetMax(
double value) { m_maxHasBeenSet =
true; m_max = value; }
134 template<
typename DeprecationMessageT = Aws::String>
135 void SetDeprecationMessage(DeprecationMessageT&& value) { m_deprecationMessageHasBeenSet =
true; m_deprecationMessage = std::forward<DeprecationMessageT>(value); }
136 template<
typename DeprecationMessageT = Aws::String>
146 template<
typename CommentT = Aws::String>
147 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
148 template<
typename CommentT = Aws::String>
161 template<
typename StructFullyQualifiedNameT = Aws::String>
162 void SetStructFullyQualifiedName(StructFullyQualifiedNameT&& value) { m_structFullyQualifiedNameHasBeenSet =
true; m_structFullyQualifiedName = std::forward<StructFullyQualifiedNameT>(value); }
163 template<
typename StructFullyQualifiedNameT = Aws::String>
169 bool m_fullyQualifiedNameHasBeenSet =
false;
172 bool m_dataTypeHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
178 bool m_unitHasBeenSet =
false;
181 bool m_allowedValuesHasBeenSet =
false;
184 bool m_minHasBeenSet =
false;
187 bool m_maxHasBeenSet =
false;
190 bool m_deprecationMessageHasBeenSet =
false;
193 bool m_commentHasBeenSet =
false;
196 bool m_structFullyQualifiedNameHasBeenSet =
false;
bool StructFullyQualifiedNameHasBeenSet() const
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetAllowedValues() const
Actuator & WithDataType(NodeDataType value)
Actuator & WithComment(CommentT &&value)
Actuator & WithFullyQualifiedName(FullyQualifiedNameT &&value)
AWS_IOTFLEETWISE_API Actuator & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTFLEETWISE_API Actuator(Aws::Utils::Json::JsonView jsonValue)
Actuator & WithUnit(UnitT &&value)
bool AllowedValuesHasBeenSet() const
const Aws::String & GetDeprecationMessage() const
Actuator & WithAllowedValues(AllowedValuesT &&value)
bool FullyQualifiedNameHasBeenSet() const
bool MinHasBeenSet() const
void SetMax(double value)
void SetMin(double value)
bool DeprecationMessageHasBeenSet() const
Actuator & WithMin(double value)
bool UnitHasBeenSet() const
void SetFullyQualifiedName(FullyQualifiedNameT &&value)
void SetDescription(DescriptionT &&value)
Actuator & WithStructFullyQualifiedName(StructFullyQualifiedNameT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetFullyQualifiedName() const
bool DescriptionHasBeenSet() const
void SetComment(CommentT &&value)
void SetDataType(NodeDataType value)
void SetDeprecationMessage(DeprecationMessageT &&value)
Actuator & WithDescription(DescriptionT &&value)
AWS_IOTFLEETWISE_API Actuator()=default
bool MaxHasBeenSet() const
Actuator & WithMax(double value)
const Aws::String & GetComment() const
const Aws::String & GetUnit() const
bool DataTypeHasBeenSet() const
Actuator & AddAllowedValues(AllowedValuesT &&value)
NodeDataType GetDataType() const
void SetUnit(UnitT &&value)
Actuator & WithDeprecationMessage(DeprecationMessageT &&value)
bool CommentHasBeenSet() const
const Aws::String & GetStructFullyQualifiedName() const
void SetAllowedValues(AllowedValuesT &&value)
void SetStructFullyQualifiedName(StructFullyQualifiedNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue