7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/monitoring/model/ResponseMetadata.h>
11#include <aws/monitoring/model/DashboardEntry.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename DashboardEntriesT = Aws::Vector<DashboardEntry>>
44 void SetDashboardEntries(DashboardEntriesT&& value) { m_dashboardEntriesHasBeenSet =
true; m_dashboardEntries = std::forward<DashboardEntriesT>(value); }
45 template<
typename DashboardEntriesT = Aws::Vector<DashboardEntry>>
47 template<
typename DashboardEntriesT = DashboardEntry>
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 ResponseMetadataT = ResponseMetadata>
66 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
67 template<
typename ResponseMetadataT = ResponseMetadata>
73 bool m_dashboardEntriesHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_responseMetadataHasBeenSet =
false;
AWS_CLOUDWATCH_API ListDashboardsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetNextToken(NextTokenT &&value)
ListDashboardsResult & WithNextToken(NextTokenT &&value)
ListDashboardsResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< DashboardEntry > & GetDashboardEntries() const
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetNextToken() const
void SetDashboardEntries(DashboardEntriesT &&value)
const ResponseMetadata & GetResponseMetadata() const
ListDashboardsResult & AddDashboardEntries(DashboardEntriesT &&value)
ListDashboardsResult & WithDashboardEntries(DashboardEntriesT &&value)
AWS_CLOUDWATCH_API ListDashboardsResult()=default
AWS_CLOUDWATCH_API ListDashboardsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument