7#include <aws/ce/CostExplorerRequest.h>
8#include <aws/ce/CostExplorer_EXPORTS.h>
9#include <aws/ce/model/AnomalySubscription.h>
10#include <aws/ce/model/ResourceTag.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace CostExplorer {
41 template <
typename AnomalySubscriptionT = AnomalySubscription>
43 m_anomalySubscriptionHasBeenSet =
true;
44 m_anomalySubscription = std::forward<AnomalySubscriptionT>(value);
46 template <
typename AnomalySubscriptionT = AnomalySubscription>
74 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
76 m_resourceTagsHasBeenSet =
true;
77 m_resourceTags = std::forward<ResourceTagsT>(value);
79 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
84 template <
typename ResourceTagsT = ResourceTag>
86 m_resourceTagsHasBeenSet =
true;
87 m_resourceTags.emplace_back(std::forward<ResourceTagsT>(value));
95 bool m_anomalySubscriptionHasBeenSet =
false;
96 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