7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TopicRefreshStatus.h>
41 template <
typename RefreshArnT = Aws::String>
43 m_refreshArnHasBeenSet =
true;
44 m_refreshArn = std::forward<RefreshArnT>(value);
46 template <
typename RefreshArnT = Aws::String>
60 template <
typename RefreshIdT = Aws::String>
62 m_refreshIdHasBeenSet =
true;
63 m_refreshId = std::forward<RefreshIdT>(value);
65 template <
typename RefreshIdT = Aws::String>
80 m_refreshStatusHasBeenSet =
true;
81 m_refreshStatus = value;
94 bool m_refreshArnHasBeenSet =
false;
95 bool m_refreshIdHasBeenSet =
false;
96 bool m_refreshStatusHasBeenSet =
false;
bool RefreshArnHasBeenSet() const
const Aws::String & GetRefreshId() const
AWS_QUICKSIGHT_API TopicRefreshDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
TopicRefreshDetails & WithRefreshId(RefreshIdT &&value)
AWS_QUICKSIGHT_API TopicRefreshDetails()=default
TopicRefreshStatus GetRefreshStatus() const
TopicRefreshDetails & WithRefreshArn(RefreshArnT &&value)
void SetRefreshId(RefreshIdT &&value)
const Aws::String & GetRefreshArn() const
TopicRefreshDetails & WithRefreshStatus(TopicRefreshStatus value)
AWS_QUICKSIGHT_API TopicRefreshDetails(Aws::Utils::Json::JsonView jsonValue)
bool RefreshIdHasBeenSet() const
bool RefreshStatusHasBeenSet() const
void SetRefreshArn(RefreshArnT &&value)
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