7#include <aws/ce/CostExplorerRequest.h>
8#include <aws/ce/CostExplorer_EXPORTS.h>
9#include <aws/ce/model/AnomalyMonitor.h>
10#include <aws/ce/model/ResourceTag.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace CostExplorer {
41 template <
typename AnomalyMonitorT = AnomalyMonitor>
43 m_anomalyMonitorHasBeenSet =
true;
44 m_anomalyMonitor = std::forward<AnomalyMonitorT>(value);
46 template <
typename AnomalyMonitorT = AnomalyMonitor>
73 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
75 m_resourceTagsHasBeenSet =
true;
76 m_resourceTags = std::forward<ResourceTagsT>(value);
78 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
83 template <
typename ResourceTagsT = ResourceTag>
85 m_resourceTagsHasBeenSet =
true;
86 m_resourceTags.emplace_back(std::forward<ResourceTagsT>(value));
94 bool m_anomalyMonitorHasBeenSet =
false;
95 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