AWS SDK for C++

AWS SDK for C++ Version 1.11.829

Loading...
Searching...
No Matches
MetaFlowApplicationInfo.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/socialmessaging/SocialMessaging_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SocialMessaging {
20namespace Model {
21
29 public:
30 AWS_SOCIALMESSAGING_API MetaFlowApplicationInfo() = default;
31 AWS_SOCIALMESSAGING_API MetaFlowApplicationInfo(Aws::Utils::Json::JsonView jsonValue);
33 AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetLink() const { return m_link; }
40 inline bool LinkHasBeenSet() const { return m_linkHasBeenSet; }
41 template <typename LinkT = Aws::String>
42 void SetLink(LinkT&& value) {
43 m_linkHasBeenSet = true;
44 m_link = std::forward<LinkT>(value);
45 }
46 template <typename LinkT = Aws::String>
48 SetLink(std::forward<LinkT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetName() const { return m_name; }
58 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
59 template <typename NameT = Aws::String>
60 void SetName(NameT&& value) {
61 m_nameHasBeenSet = true;
62 m_name = std::forward<NameT>(value);
63 }
64 template <typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
67 return *this;
68 }
70
72
75 inline const Aws::String& GetId() const { return m_id; }
76 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
77 template <typename IdT = Aws::String>
78 void SetId(IdT&& value) {
79 m_idHasBeenSet = true;
80 m_id = std::forward<IdT>(value);
81 }
82 template <typename IdT = Aws::String>
84 SetId(std::forward<IdT>(value));
85 return *this;
86 }
88 private:
89 Aws::String m_link;
90
91 Aws::String m_name;
92
93 Aws::String m_id;
94 bool m_linkHasBeenSet = false;
95 bool m_nameHasBeenSet = false;
96 bool m_idHasBeenSet = false;
97};
98
99} // namespace Model
100} // namespace SocialMessaging
101} // namespace Aws
MetaFlowApplicationInfo & WithName(NameT &&value)
MetaFlowApplicationInfo & WithLink(LinkT &&value)
AWS_SOCIALMESSAGING_API MetaFlowApplicationInfo()=default
AWS_SOCIALMESSAGING_API MetaFlowApplicationInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_SOCIALMESSAGING_API MetaFlowApplicationInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SOCIALMESSAGING_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue