7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/monitoring/CloudWatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DashboardNamePrefixT = Aws::String>
48 void SetDashboardNamePrefix(DashboardNamePrefixT&& value) { m_dashboardNamePrefixHasBeenSet =
true; m_dashboardNamePrefix = std::forward<DashboardNamePrefixT>(value); }
49 template<
typename DashboardNamePrefixT = Aws::String>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
68 bool m_dashboardNamePrefixHasBeenSet =
false;
71 bool m_nextTokenHasBeenSet =
false;
AWS_CLOUDWATCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDashboardNamePrefix() const
const Aws::String & GetNextToken() const
ListDashboardsRequest & WithDashboardNamePrefix(DashboardNamePrefixT &&value)
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetDashboardNamePrefix(DashboardNamePrefixT &&value)
void SetNextToken(NextTokenT &&value)
AWS_CLOUDWATCH_API ListDashboardsRequest()=default
ListDashboardsRequest & WithNextToken(NextTokenT &&value)
bool DashboardNamePrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String