7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicRefreshStatus.h>
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>
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>
79 bool m_refreshArnHasBeenSet =
false;
82 bool m_refreshIdHasBeenSet =
false;
85 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