7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename FullyQualifiedNameT = Aws::String>
50 void SetFullyQualifiedName(FullyQualifiedNameT&& value) { m_fullyQualifiedNameHasBeenSet =
true; m_fullyQualifiedName = std::forward<FullyQualifiedNameT>(value); }
51 template<
typename FullyQualifiedNameT = Aws::String>
61 template<
typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
63 template<
typename DescriptionT = Aws::String>
74 template<
typename DeprecationMessageT = Aws::String>
75 void SetDeprecationMessage(DeprecationMessageT&& value) { m_deprecationMessageHasBeenSet =
true; m_deprecationMessage = std::forward<DeprecationMessageT>(value); }
76 template<
typename DeprecationMessageT = Aws::String>
86 template<
typename CommentT = Aws::String>
87 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
88 template<
typename CommentT = Aws::String>
94 bool m_fullyQualifiedNameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
100 bool m_deprecationMessageHasBeenSet =
false;
103 bool m_commentHasBeenSet =
false;
bool CommentHasBeenSet() const
void SetFullyQualifiedName(FullyQualifiedNameT &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
CustomStruct & WithComment(CommentT &&value)
CustomStruct & WithDeprecationMessage(DeprecationMessageT &&value)
AWS_IOTFLEETWISE_API CustomStruct(Aws::Utils::Json::JsonView jsonValue)
CustomStruct & WithDescription(DescriptionT &&value)
const Aws::String & GetDeprecationMessage() const
void SetComment(CommentT &&value)
const Aws::String & GetFullyQualifiedName() const
bool DeprecationMessageHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_IOTFLEETWISE_API CustomStruct()=default
const Aws::String & GetComment() const
const Aws::String & GetDescription() const
void SetDeprecationMessage(DeprecationMessageT &&value)
void SetDescription(DescriptionT &&value)
CustomStruct & WithFullyQualifiedName(FullyQualifiedNameT &&value)
bool FullyQualifiedNameHasBeenSet() const
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