7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetFullyQualifiedName(
const char* value) { m_fullyQualifiedNameHasBeenSet =
true; m_fullyQualifiedName.assign(value); }
65 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
80 inline void SetDeprecationMessage(
const char* value) { m_deprecationMessageHasBeenSet =
true; m_deprecationMessage.assign(value); }
94 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
102 bool m_fullyQualifiedNameHasBeenSet =
false;
105 bool m_descriptionHasBeenSet =
false;
108 bool m_deprecationMessageHasBeenSet =
false;
111 bool m_commentHasBeenSet =
false;
CustomStruct & WithDescription(const char *value)
CustomStruct & WithComment(const char *value)
bool CommentHasBeenSet() const
CustomStruct & WithDeprecationMessage(const Aws::String &value)
CustomStruct & WithFullyQualifiedName(const Aws::String &value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
CustomStruct & WithDescription(Aws::String &&value)
void SetDescription(const char *value)
CustomStruct & WithFullyQualifiedName(Aws::String &&value)
AWS_IOTFLEETWISE_API CustomStruct(Aws::Utils::Json::JsonView jsonValue)
CustomStruct & WithDeprecationMessage(Aws::String &&value)
CustomStruct & WithDeprecationMessage(const char *value)
CustomStruct & WithFullyQualifiedName(const char *value)
const Aws::String & GetDeprecationMessage() const
CustomStruct & WithComment(const Aws::String &value)
const Aws::String & GetFullyQualifiedName() const
bool DeprecationMessageHasBeenSet() const
bool DescriptionHasBeenSet() const
CustomStruct & WithComment(Aws::String &&value)
void SetComment(Aws::String &&value)
void SetDescription(Aws::String &&value)
const Aws::String & GetComment() const
void SetFullyQualifiedName(const char *value)
void SetDescription(const Aws::String &value)
CustomStruct & WithDescription(const Aws::String &value)
void SetDeprecationMessage(const Aws::String &value)
void SetComment(const Aws::String &value)
void SetComment(const char *value)
AWS_IOTFLEETWISE_API CustomStruct()
const Aws::String & GetDescription() const
void SetFullyQualifiedName(Aws::String &&value)
void SetFullyQualifiedName(const Aws::String &value)
void SetDeprecationMessage(Aws::String &&value)
bool FullyQualifiedNameHasBeenSet() const
void SetDeprecationMessage(const char *value)
AWS_IOTFLEETWISE_API CustomStruct & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue