AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetRefreshArn(const Aws::String& value) { m_refreshArnHasBeenSet = true; m_refreshArn = value; }
48 inline void SetRefreshArn(Aws::String&& value) { m_refreshArnHasBeenSet = true; m_refreshArn = std::move(value); }
49 inline void SetRefreshArn(const char* value) { m_refreshArnHasBeenSet = true; m_refreshArn.assign(value); }
50 inline TopicRefreshDetails& WithRefreshArn(const Aws::String& value) { SetRefreshArn(value); return *this;}
51 inline TopicRefreshDetails& WithRefreshArn(Aws::String&& value) { SetRefreshArn(std::move(value)); return *this;}
52 inline TopicRefreshDetails& WithRefreshArn(const char* value) { SetRefreshArn(value); return *this;}
54
56
60 inline const Aws::String& GetRefreshId() const{ return m_refreshId; }
61 inline bool RefreshIdHasBeenSet() const { return m_refreshIdHasBeenSet; }
62 inline void SetRefreshId(const Aws::String& value) { m_refreshIdHasBeenSet = true; m_refreshId = value; }
63 inline void SetRefreshId(Aws::String&& value) { m_refreshIdHasBeenSet = true; m_refreshId = std::move(value); }
64 inline void SetRefreshId(const char* value) { m_refreshIdHasBeenSet = true; m_refreshId.assign(value); }
65 inline TopicRefreshDetails& WithRefreshId(const Aws::String& value) { SetRefreshId(value); return *this;}
66 inline TopicRefreshDetails& WithRefreshId(Aws::String&& value) { SetRefreshId(std::move(value)); return *this;}
67 inline TopicRefreshDetails& WithRefreshId(const char* value) { SetRefreshId(value); return *this;}
69
71
75 inline const TopicRefreshStatus& GetRefreshStatus() const{ return m_refreshStatus; }
76 inline bool RefreshStatusHasBeenSet() const { return m_refreshStatusHasBeenSet; }
77 inline void SetRefreshStatus(const TopicRefreshStatus& value) { m_refreshStatusHasBeenSet = true; m_refreshStatus = value; }
78 inline void SetRefreshStatus(TopicRefreshStatus&& value) { m_refreshStatusHasBeenSet = true; m_refreshStatus = std::move(value); }
79 inline TopicRefreshDetails& WithRefreshStatus(const TopicRefreshStatus& value) { SetRefreshStatus(value); return *this;}
80 inline TopicRefreshDetails& WithRefreshStatus(TopicRefreshStatus&& value) { SetRefreshStatus(std::move(value)); return *this;}
82 private:
83
84 Aws::String m_refreshArn;
85 bool m_refreshArnHasBeenSet = false;
86
87 Aws::String m_refreshId;
88 bool m_refreshIdHasBeenSet = false;
89
90 TopicRefreshStatus m_refreshStatus;
91 bool m_refreshStatusHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace QuickSight
96} // namespace Aws
TopicRefreshDetails & WithRefreshStatus(TopicRefreshStatus &&value)
AWS_QUICKSIGHT_API TopicRefreshDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
TopicRefreshDetails & WithRefreshId(const Aws::String &value)
TopicRefreshDetails & WithRefreshArn(Aws::String &&value)
const TopicRefreshStatus & GetRefreshStatus() const
TopicRefreshDetails & WithRefreshId(Aws::String &&value)
TopicRefreshDetails & WithRefreshArn(const Aws::String &value)
TopicRefreshDetails & WithRefreshId(const char *value)
AWS_QUICKSIGHT_API TopicRefreshDetails(Aws::Utils::Json::JsonView jsonValue)
TopicRefreshDetails & WithRefreshArn(const char *value)
TopicRefreshDetails & WithRefreshStatus(const TopicRefreshStatus &value)
void SetRefreshArn(const Aws::String &value)
void SetRefreshStatus(TopicRefreshStatus &&value)
void SetRefreshStatus(const TopicRefreshStatus &value)
void SetRefreshId(const Aws::String &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