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>
54 inline void SetFullyQualifiedName(
const char* value) { m_fullyQualifiedNameHasBeenSet =
true; m_fullyQualifiedName.assign(value); }
92 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
107 inline void SetDeprecationMessage(
const char* value) { m_deprecationMessageHasBeenSet =
true; m_deprecationMessage.assign(value); }
121 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
137 inline void SetStructFullyQualifiedName(
const char* value) { m_structFullyQualifiedNameHasBeenSet =
true; m_structFullyQualifiedName.assign(value); }
145 bool m_fullyQualifiedNameHasBeenSet =
false;
148 bool m_dataTypeHasBeenSet =
false;
151 bool m_dataEncodingHasBeenSet =
false;
154 bool m_descriptionHasBeenSet =
false;
157 bool m_deprecationMessageHasBeenSet =
false;
160 bool m_commentHasBeenSet =
false;
163 bool m_structFullyQualifiedNameHasBeenSet =
false;
void SetFullyQualifiedName(Aws::String &&value)
void SetDataEncoding(NodeDataEncoding &&value)
CustomProperty & WithDeprecationMessage(Aws::String &&value)
CustomProperty & WithStructFullyQualifiedName(const char *value)
CustomProperty & WithDeprecationMessage(const char *value)
CustomProperty & WithDataType(const NodeDataType &value)
void SetDataType(NodeDataType &&value)
CustomProperty & WithComment(Aws::String &&value)
void SetDescription(Aws::String &&value)
void SetComment(const Aws::String &value)
CustomProperty & WithComment(const Aws::String &value)
CustomProperty & WithFullyQualifiedName(const char *value)
bool DataTypeHasBeenSet() const
void SetComment(Aws::String &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTFLEETWISE_API CustomProperty(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFullyQualifiedName() const
void SetStructFullyQualifiedName(Aws::String &&value)
CustomProperty & WithDescription(const char *value)
const Aws::String & GetStructFullyQualifiedName() const
void SetStructFullyQualifiedName(const Aws::String &value)
bool DeprecationMessageHasBeenSet() const
bool DataEncodingHasBeenSet() const
CustomProperty & WithFullyQualifiedName(const Aws::String &value)
void SetFullyQualifiedName(const char *value)
const NodeDataEncoding & GetDataEncoding() const
void SetStructFullyQualifiedName(const char *value)
CustomProperty & WithDataEncoding(const NodeDataEncoding &value)
CustomProperty & WithStructFullyQualifiedName(Aws::String &&value)
void SetFullyQualifiedName(const Aws::String &value)
void SetDeprecationMessage(const char *value)
bool StructFullyQualifiedNameHasBeenSet() const
void SetDeprecationMessage(Aws::String &&value)
bool DescriptionHasBeenSet() const
bool FullyQualifiedNameHasBeenSet() const
CustomProperty & WithDescription(Aws::String &&value)
CustomProperty & WithDataEncoding(NodeDataEncoding &&value)
CustomProperty & WithDeprecationMessage(const Aws::String &value)
void SetDescription(const Aws::String &value)
const Aws::String & GetDescription() const
bool CommentHasBeenSet() const
CustomProperty & WithDescription(const Aws::String &value)
CustomProperty & WithComment(const char *value)
void SetDataEncoding(const NodeDataEncoding &value)
CustomProperty & WithStructFullyQualifiedName(const Aws::String &value)
CustomProperty & WithDataType(NodeDataType &&value)
AWS_IOTFLEETWISE_API CustomProperty()
void SetDeprecationMessage(const Aws::String &value)
AWS_IOTFLEETWISE_API CustomProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
const NodeDataType & GetDataType() const
void SetComment(const char *value)
const Aws::String & GetDeprecationMessage() const
void SetDataType(const NodeDataType &value)
CustomProperty & WithFullyQualifiedName(Aws::String &&value)
void SetDescription(const char *value)
const Aws::String & GetComment() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue