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/iotfleetwise/model/NodeDataEncoding.h>
52 template<
typename FullyQualifiedNameT = Aws::String>
53 void SetFullyQualifiedName(FullyQualifiedNameT&& value) { m_fullyQualifiedNameHasBeenSet =
true; m_fullyQualifiedName = std::forward<FullyQualifiedNameT>(value); }
54 template<
typename FullyQualifiedNameT = Aws::String>
84 template<
typename DescriptionT = Aws::String>
85 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
86 template<
typename DescriptionT = Aws::String>
97 template<
typename DeprecationMessageT = Aws::String>
98 void SetDeprecationMessage(DeprecationMessageT&& value) { m_deprecationMessageHasBeenSet =
true; m_deprecationMessage = std::forward<DeprecationMessageT>(value); }
99 template<
typename DeprecationMessageT = Aws::String>
109 template<
typename CommentT = Aws::String>
110 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
111 template<
typename CommentT = Aws::String>
123 template<
typename StructFullyQualifiedNameT = Aws::String>
124 void SetStructFullyQualifiedName(StructFullyQualifiedNameT&& value) { m_structFullyQualifiedNameHasBeenSet =
true; m_structFullyQualifiedName = std::forward<StructFullyQualifiedNameT>(value); }
125 template<
typename StructFullyQualifiedNameT = Aws::String>
131 bool m_fullyQualifiedNameHasBeenSet =
false;
134 bool m_dataTypeHasBeenSet =
false;
137 bool m_dataEncodingHasBeenSet =
false;
140 bool m_descriptionHasBeenSet =
false;
143 bool m_deprecationMessageHasBeenSet =
false;
146 bool m_commentHasBeenSet =
false;
149 bool m_structFullyQualifiedNameHasBeenSet =
false;
CustomProperty & WithFullyQualifiedName(FullyQualifiedNameT &&value)
CustomProperty & WithDeprecationMessage(DeprecationMessageT &&value)
CustomProperty & WithDataType(NodeDataType value)
CustomProperty & WithDataEncoding(NodeDataEncoding value)
bool DataTypeHasBeenSet() const
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTFLEETWISE_API CustomProperty(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFullyQualifiedName() const
const Aws::String & GetStructFullyQualifiedName() const
bool DeprecationMessageHasBeenSet() const
bool DataEncodingHasBeenSet() const
void SetFullyQualifiedName(FullyQualifiedNameT &&value)
AWS_IOTFLEETWISE_API CustomProperty()=default
bool StructFullyQualifiedNameHasBeenSet() const
NodeDataEncoding GetDataEncoding() const
void SetDataEncoding(NodeDataEncoding value)
bool DescriptionHasBeenSet() const
bool FullyQualifiedNameHasBeenSet() const
void SetStructFullyQualifiedName(StructFullyQualifiedNameT &&value)
const Aws::String & GetDescription() const
bool CommentHasBeenSet() const
CustomProperty & WithComment(CommentT &&value)
CustomProperty & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetDeprecationMessage(DeprecationMessageT &&value)
AWS_IOTFLEETWISE_API CustomProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomProperty & WithStructFullyQualifiedName(StructFullyQualifiedNameT &&value)
void SetComment(CommentT &&value)
const Aws::String & GetDeprecationMessage() const
void SetDataType(NodeDataType value)
NodeDataType GetDataType() const
const Aws::String & GetComment() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue