7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/monitoring/CloudWatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDashboardNamePrefix(
const char* value) { m_dashboardNamePrefixHasBeenSet =
true; m_dashboardNamePrefix.assign(value); }
64 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
72 bool m_dashboardNamePrefixHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
AWS_CLOUDWATCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ListDashboardsRequest & WithDashboardNamePrefix(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDashboardNamePrefix() const
const Aws::String & GetNextToken() const
ListDashboardsRequest & WithNextToken(const char *value)
void SetNextToken(Aws::String &&value)
void SetDashboardNamePrefix(const char *value)
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
void SetDashboardNamePrefix(const Aws::String &value)
ListDashboardsRequest & WithDashboardNamePrefix(const Aws::String &value)
ListDashboardsRequest & WithNextToken(Aws::String &&value)
void SetDashboardNamePrefix(Aws::String &&value)
bool NextTokenHasBeenSet() const
void SetNextToken(const char *value)
void SetNextToken(const Aws::String &value)
bool DashboardNamePrefixHasBeenSet() const
ListDashboardsRequest & WithDashboardNamePrefix(Aws::String &&value)
AWS_CLOUDWATCH_API ListDashboardsRequest()
ListDashboardsRequest & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String