AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
TopicRefreshDetails.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicRefreshStatus.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_QUICKSIGHT_API TopicRefreshDetails() = default;
36 AWS_QUICKSIGHT_API TopicRefreshDetails(Aws::Utils::Json::JsonView jsonValue);
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetRefreshArn() const { return m_refreshArn; }
46 inline bool RefreshArnHasBeenSet() const { return m_refreshArnHasBeenSet; }
47 template<typename RefreshArnT = Aws::String>
48 void SetRefreshArn(RefreshArnT&& value) { m_refreshArnHasBeenSet = true; m_refreshArn = std::forward<RefreshArnT>(value); }
49 template<typename RefreshArnT = Aws::String>
50 TopicRefreshDetails& WithRefreshArn(RefreshArnT&& value) { SetRefreshArn(std::forward<RefreshArnT>(value)); return *this;}
52
54
58 inline const Aws::String& GetRefreshId() const { return m_refreshId; }
59 inline bool RefreshIdHasBeenSet() const { return m_refreshIdHasBeenSet; }
60 template<typename RefreshIdT = Aws::String>
61 void SetRefreshId(RefreshIdT&& value) { m_refreshIdHasBeenSet = true; m_refreshId = std::forward<RefreshIdT>(value); }
62 template<typename RefreshIdT = Aws::String>
63 TopicRefreshDetails& WithRefreshId(RefreshIdT&& value) { SetRefreshId(std::forward<RefreshIdT>(value)); return *this;}
65
67
71 inline TopicRefreshStatus GetRefreshStatus() const { return m_refreshStatus; }
72 inline bool RefreshStatusHasBeenSet() const { return m_refreshStatusHasBeenSet; }
73 inline void SetRefreshStatus(TopicRefreshStatus value) { m_refreshStatusHasBeenSet = true; m_refreshStatus = value; }
76 private:
77
78 Aws::String m_refreshArn;
79 bool m_refreshArnHasBeenSet = false;
80
81 Aws::String m_refreshId;
82 bool m_refreshIdHasBeenSet = false;
83
85 bool m_refreshStatusHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace QuickSight
90} // namespace Aws
AWS_QUICKSIGHT_API TopicRefreshDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
TopicRefreshDetails & WithRefreshId(RefreshIdT &&value)
AWS_QUICKSIGHT_API TopicRefreshDetails()=default
TopicRefreshDetails & WithRefreshArn(RefreshArnT &&value)
TopicRefreshDetails & WithRefreshStatus(TopicRefreshStatus value)
AWS_QUICKSIGHT_API TopicRefreshDetails(Aws::Utils::Json::JsonView jsonValue)
void SetRefreshStatus(TopicRefreshStatus value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue