AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
Branch.h
1
6#pragma once
7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTFleetWise
22{
23namespace Model
24{
25
32 class Branch
33 {
34 public:
35 AWS_IOTFLEETWISE_API Branch() = default;
36 AWS_IOTFLEETWISE_API Branch(Aws::Utils::Json::JsonView jsonValue);
37 AWS_IOTFLEETWISE_API Branch& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetFullyQualifiedName() const { return m_fullyQualifiedName; }
47 inline bool FullyQualifiedNameHasBeenSet() const { return m_fullyQualifiedNameHasBeenSet; }
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>
51 Branch& WithFullyQualifiedName(FullyQualifiedNameT&& value) { SetFullyQualifiedName(std::forward<FullyQualifiedNameT>(value)); return *this;}
53
55
58 inline const Aws::String& GetDescription() const { return m_description; }
59 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
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>
63 Branch& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
65
67
71 inline const Aws::String& GetDeprecationMessage() const { return m_deprecationMessage; }
72 inline bool DeprecationMessageHasBeenSet() const { return m_deprecationMessageHasBeenSet; }
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>
76 Branch& WithDeprecationMessage(DeprecationMessageT&& value) { SetDeprecationMessage(std::forward<DeprecationMessageT>(value)); return *this;}
78
80
83 inline const Aws::String& GetComment() const { return m_comment; }
84 inline bool CommentHasBeenSet() const { return m_commentHasBeenSet; }
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>
88 Branch& WithComment(CommentT&& value) { SetComment(std::forward<CommentT>(value)); return *this;}
90 private:
91
92 Aws::String m_fullyQualifiedName;
93 bool m_fullyQualifiedNameHasBeenSet = false;
94
95 Aws::String m_description;
96 bool m_descriptionHasBeenSet = false;
97
98 Aws::String m_deprecationMessage;
99 bool m_deprecationMessageHasBeenSet = false;
100
101 Aws::String m_comment;
102 bool m_commentHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace IoTFleetWise
107} // namespace Aws
void SetDescription(DescriptionT &&value)
Definition Branch.h:61
Branch & WithFullyQualifiedName(FullyQualifiedNameT &&value)
Definition Branch.h:51
void SetFullyQualifiedName(FullyQualifiedNameT &&value)
Definition Branch.h:49
Branch & WithDeprecationMessage(DeprecationMessageT &&value)
Definition Branch.h:76
AWS_IOTFLEETWISE_API Branch(Aws::Utils::Json::JsonView jsonValue)
bool FullyQualifiedNameHasBeenSet() const
Definition Branch.h:47
void SetComment(CommentT &&value)
Definition Branch.h:86
bool DescriptionHasBeenSet() const
Definition Branch.h:59
const Aws::String & GetDeprecationMessage() const
Definition Branch.h:71
const Aws::String & GetComment() const
Definition Branch.h:83
bool DeprecationMessageHasBeenSet() const
Definition Branch.h:72
AWS_IOTFLEETWISE_API Branch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTFLEETWISE_API Branch()=default
const Aws::String & GetDescription() const
Definition Branch.h:58
void SetDeprecationMessage(DeprecationMessageT &&value)
Definition Branch.h:74
Branch & WithDescription(DescriptionT &&value)
Definition Branch.h:63
const Aws::String & GetFullyQualifiedName() const
Definition Branch.h:46
Branch & WithComment(CommentT &&value)
Definition Branch.h:88
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue