7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/monitoring/CloudWatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename DashboardNamesT = Aws::Vector<Aws::String>>
47 void SetDashboardNames(DashboardNamesT&& value) { m_dashboardNamesHasBeenSet =
true; m_dashboardNames = std::forward<DashboardNamesT>(value); }
48 template<
typename DashboardNamesT = Aws::Vector<Aws::String>>
50 template<
typename DashboardNamesT = Aws::String>
56 bool m_dashboardNamesHasBeenSet =
false;
DeleteDashboardsRequest & WithDashboardNames(DashboardNamesT &&value)
const Aws::Vector< Aws::String > & GetDashboardNames() const
virtual const char * GetServiceRequestName() const override
AWS_CLOUDWATCH_API DeleteDashboardsRequest()=default
DeleteDashboardsRequest & AddDashboardNames(DashboardNamesT &&value)
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
void SetDashboardNames(DashboardNamesT &&value)
AWS_CLOUDWATCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DashboardNamesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector