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>
82 bool m_anomalySubscriptionHasBeenSet =
false;
85 bool m_resourceTagsHasBeenSet =
false;
CreateAnomalySubscriptionRequest & WithAnomalySubscription(const AnomalySubscription &value)
void SetAnomalySubscription(const AnomalySubscription &value)
AWS_COSTEXPLORER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetResourceTags(const Aws::Vector< ResourceTag > &value)
const Aws::Vector< ResourceTag > & GetResourceTags() const
const AnomalySubscription & GetAnomalySubscription() const
void SetResourceTags(Aws::Vector< ResourceTag > &&value)
virtual const char * GetServiceRequestName() const override
CreateAnomalySubscriptionRequest & WithResourceTags(const Aws::Vector< ResourceTag > &value)
AWS_COSTEXPLORER_API CreateAnomalySubscriptionRequest()
CreateAnomalySubscriptionRequest & WithResourceTags(Aws::Vector< ResourceTag > &&value)
bool ResourceTagsHasBeenSet() const
AWS_COSTEXPLORER_API Aws::String SerializePayload() const override
CreateAnomalySubscriptionRequest & AddResourceTags(ResourceTag &&value)
bool AnomalySubscriptionHasBeenSet() const
void SetAnomalySubscription(AnomalySubscription &&value)
CreateAnomalySubscriptionRequest & WithAnomalySubscription(AnomalySubscription &&value)
CreateAnomalySubscriptionRequest & AddResourceTags(const ResourceTag &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