7#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudtrail/model/DashboardDetail.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename DashboardsT = Aws::Vector<DashboardDetail>>
44 void SetDashboards(DashboardsT&& value) { m_dashboardsHasBeenSet =
true; m_dashboards = std::forward<DashboardsT>(value); }
45 template<
typename DashboardsT = Aws::Vector<DashboardDetail>>
47 template<
typename DashboardsT = DashboardDetail>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_dashboardsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
ListDashboardsResult & WithNextToken(NextTokenT &&value)
AWS_CLOUDTRAIL_API ListDashboardsResult()=default
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
AWS_CLOUDTRAIL_API ListDashboardsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< DashboardDetail > & GetDashboards() const
AWS_CLOUDTRAIL_API ListDashboardsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetDashboards(DashboardsT &&value)
ListDashboardsResult & WithRequestId(RequestIdT &&value)
ListDashboardsResult & AddDashboards(DashboardsT &&value)
ListDashboardsResult & WithDashboards(DashboardsT &&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