7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/monitoring/CloudWatchRequest.h>
10#include <aws/monitoring/CloudWatch_EXPORTS.h>
40 template <
typename DashboardNamesT = Aws::Vector<Aws::String>>
42 m_dashboardNamesHasBeenSet =
true;
43 m_dashboardNames = std::forward<DashboardNamesT>(value);
45 template <
typename DashboardNamesT = Aws::Vector<Aws::String>>
50 template <
typename DashboardNamesT = Aws::String>
52 m_dashboardNamesHasBeenSet =
true;
53 m_dashboardNames.emplace_back(std::forward<DashboardNamesT>(value));
59 bool m_dashboardNamesHasBeenSet =
false;
DeleteDashboardsRequest & WithDashboardNames(DashboardNamesT &&value)
const Aws::Vector< Aws::String > & GetDashboardNames() const
AWS_CLOUDWATCH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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)
bool DashboardNamesHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector