7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_IOTFLEETWISE_API
Branch() =
default;
48 template<
typename FullyQualifiedNameT = Aws::String>
49 void SetFullyQualifiedName(FullyQualifiedNameT&& value) { m_fullyQualifiedNameHasBeenSet =
true; m_fullyQualifiedName = std::forward<FullyQualifiedNameT>(value); }
50 template<
typename FullyQualifiedNameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
73 template<
typename DeprecationMessageT = Aws::String>
74 void SetDeprecationMessage(DeprecationMessageT&& value) { m_deprecationMessageHasBeenSet =
true; m_deprecationMessage = std::forward<DeprecationMessageT>(value); }
75 template<
typename DeprecationMessageT = Aws::String>
85 template<
typename CommentT = Aws::String>
86 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
87 template<
typename CommentT = Aws::String>
93 bool m_fullyQualifiedNameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
99 bool m_deprecationMessageHasBeenSet =
false;
102 bool m_commentHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
Branch & WithFullyQualifiedName(FullyQualifiedNameT &&value)
void SetFullyQualifiedName(FullyQualifiedNameT &&value)
Branch & WithDeprecationMessage(DeprecationMessageT &&value)
AWS_IOTFLEETWISE_API Branch(Aws::Utils::Json::JsonView jsonValue)
bool FullyQualifiedNameHasBeenSet() const
void SetComment(CommentT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDeprecationMessage() const
const Aws::String & GetComment() const
bool DeprecationMessageHasBeenSet() const
AWS_IOTFLEETWISE_API Branch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTFLEETWISE_API Branch()=default
const Aws::String & GetDescription() const
void SetDeprecationMessage(DeprecationMessageT &&value)
Branch & WithDescription(DescriptionT &&value)
const Aws::String & GetFullyQualifiedName() const
Branch & WithComment(CommentT &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CommentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue