7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/CostExplorerRequest.h>
9#include <aws/ce/model/AnomalySubscription.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ce/model/ResourceTag.h>
45 template<
typename AnomalySubscriptionT = AnomalySubscription>
46 void SetAnomalySubscription(AnomalySubscriptionT&& value) { m_anomalySubscriptionHasBeenSet =
true; m_anomalySubscription = std::forward<AnomalySubscriptionT>(value); }
47 template<
typename AnomalySubscriptionT = AnomalySubscription>
72 template<
typename ResourceTagsT = Aws::Vector<ResourceTag>>
73 void SetResourceTags(ResourceTagsT&& value) { m_resourceTagsHasBeenSet =
true; m_resourceTags = std::forward<ResourceTagsT>(value); }
74 template<
typename ResourceTagsT = Aws::Vector<ResourceTag>>
76 template<
typename ResourceTagsT = ResourceTag>
82 bool m_anomalySubscriptionHasBeenSet =
false;
85 bool m_resourceTagsHasBeenSet =
false;
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetResourceTags(ResourceTagsT &&value)
const Aws::Vector< ResourceTag > & GetResourceTags() const
const AnomalySubscription & GetAnomalySubscription() const
CreateAnomalySubscriptionRequest & AddResourceTags(ResourceTagsT &&value)
void SetAnomalySubscription(AnomalySubscriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool ResourceTagsHasBeenSet() const
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
AWS_COSTEXPLORER_API CreateAnomalySubscriptionRequest()=default
bool AnomalySubscriptionHasBeenSet() const
CreateAnomalySubscriptionRequest & WithAnomalySubscription(AnomalySubscriptionT &&value)
CreateAnomalySubscriptionRequest & WithResourceTags(ResourceTagsT &&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