7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/CostExplorerRequest.h>
9#include <aws/ce/model/AnomalyMonitor.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ce/model/ResourceTag.h>
45 template<
typename AnomalyMonitorT = AnomalyMonitor>
46 void SetAnomalyMonitor(AnomalyMonitorT&& value) { m_anomalyMonitorHasBeenSet =
true; m_anomalyMonitor = std::forward<AnomalyMonitorT>(value); }
47 template<
typename AnomalyMonitorT = AnomalyMonitor>
71 template<
typename ResourceTagsT = Aws::Vector<ResourceTag>>
72 void SetResourceTags(ResourceTagsT&& value) { m_resourceTagsHasBeenSet =
true; m_resourceTags = std::forward<ResourceTagsT>(value); }
73 template<
typename ResourceTagsT = Aws::Vector<ResourceTag>>
75 template<
typename ResourceTagsT = ResourceTag>
81 bool m_anomalyMonitorHasBeenSet =
false;
84 bool m_resourceTagsHasBeenSet =
false;
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::Vector< ResourceTag > & GetResourceTags() const
CreateAnomalyMonitorRequest & AddResourceTags(ResourceTagsT &&value)
bool ResourceTagsHasBeenSet() const
AWS_COSTEXPLORER_API CreateAnomalyMonitorRequest()=default
bool AnomalyMonitorHasBeenSet() const
void SetResourceTags(ResourceTagsT &&value)
const AnomalyMonitor & GetAnomalyMonitor() const
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
CreateAnomalyMonitorRequest & WithResourceTags(ResourceTagsT &&value)
CreateAnomalyMonitorRequest & WithAnomalyMonitor(AnomalyMonitorT &&value)
void SetAnomalyMonitor(AnomalyMonitorT &&value)
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