AWS SDK for C++

AWS SDK for C++ Version 1.11.869

Loading...
Searching...
No Matches
TopicIdentifierDeclaration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
28 public:
29 AWS_QUICKSIGHT_API TopicIdentifierDeclaration() = default;
32 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetIdentifier() const { return m_identifier; }
39 inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; }
40 template <typename IdentifierT = Aws::String>
41 void SetIdentifier(IdentifierT&& value) {
42 m_identifierHasBeenSet = true;
43 m_identifier = std::forward<IdentifierT>(value);
44 }
45 template <typename IdentifierT = Aws::String>
47 SetIdentifier(std::forward<IdentifierT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetTopicArn() const { return m_topicArn; }
57 inline bool TopicArnHasBeenSet() const { return m_topicArnHasBeenSet; }
58 template <typename TopicArnT = Aws::String>
59 void SetTopicArn(TopicArnT&& value) {
60 m_topicArnHasBeenSet = true;
61 m_topicArn = std::forward<TopicArnT>(value);
62 }
63 template <typename TopicArnT = Aws::String>
65 SetTopicArn(std::forward<TopicArnT>(value));
66 return *this;
67 }
69 private:
70 Aws::String m_identifier;
71
72 Aws::String m_topicArn;
73 bool m_identifierHasBeenSet = false;
74 bool m_topicArnHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace QuickSight
79} // namespace Aws
AWS_QUICKSIGHT_API TopicIdentifierDeclaration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TopicIdentifierDeclaration()=default
TopicIdentifierDeclaration & WithTopicArn(TopicArnT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API TopicIdentifierDeclaration & operator=(Aws::Utils::Json::JsonView jsonValue)
TopicIdentifierDeclaration & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue