7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/RefreshSchedule.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename RefreshSchedulesT = Aws::Vector<RefreshSchedule>>
43 void SetRefreshSchedules(RefreshSchedulesT&& value) { m_refreshSchedulesHasBeenSet =
true; m_refreshSchedules = std::forward<RefreshSchedulesT>(value); }
44 template<
typename RefreshSchedulesT = Aws::Vector<RefreshSchedule>>
46 template<
typename RefreshSchedulesT = RefreshSchedule>
55 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_refreshSchedulesHasBeenSet =
false;
73 bool m_statusHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
ListRefreshSchedulesResult & WithRefreshSchedules(RefreshSchedulesT &&value)
ListRefreshSchedulesResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API ListRefreshSchedulesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< RefreshSchedule > & GetRefreshSchedules() const
void SetRefreshSchedules(RefreshSchedulesT &&value)
void SetStatus(int value)
AWS_QUICKSIGHT_API ListRefreshSchedulesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API ListRefreshSchedulesResult()=default
ListRefreshSchedulesResult & AddRefreshSchedules(RefreshSchedulesT &&value)
ListRefreshSchedulesResult & WithStatus(int value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue