7#include <aws/billing/BillingRequest.h>
8#include <aws/billing/Billing_EXPORTS.h>
9#include <aws/billing/model/Expression.h>
10#include <aws/billing/model/ResourceTag.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
80 template <
typename SourceViewsT = Aws::Vector<Aws::String>>
82 m_sourceViewsHasBeenSet =
true;
83 m_sourceViews = std::forward<SourceViewsT>(value);
85 template <
typename SourceViewsT = Aws::Vector<Aws::String>>
90 template <
typename SourceViewsT = Aws::String>
92 m_sourceViewsHasBeenSet =
true;
93 m_sourceViews.emplace_back(std::forward<SourceViewsT>(value));
107 template <
typename DataFilterExpressionT = Expression>
109 m_dataFilterExpressionHasBeenSet =
true;
110 m_dataFilterExpression = std::forward<DataFilterExpressionT>(value);
112 template <
typename DataFilterExpressionT = Expression>
129 template <
typename ClientTokenT = Aws::String>
131 m_clientTokenHasBeenSet =
true;
132 m_clientToken = std::forward<ClientTokenT>(value);
134 template <
typename ClientTokenT = Aws::String>
148 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
150 m_resourceTagsHasBeenSet =
true;
151 m_resourceTags = std::forward<ResourceTagsT>(value);
153 template <
typename ResourceTagsT = Aws::Vector<ResourceTag>>
158 template <
typename ResourceTagsT = ResourceTag>
160 m_resourceTagsHasBeenSet =
true;
161 m_resourceTags.emplace_back(std::forward<ResourceTagsT>(value));
177 bool m_nameHasBeenSet =
false;
178 bool m_descriptionHasBeenSet =
false;
179 bool m_sourceViewsHasBeenSet =
false;
180 bool m_dataFilterExpressionHasBeenSet =
false;
181 bool m_clientTokenHasBeenSet =
true;
182 bool m_resourceTagsHasBeenSet =
false;
const Aws::Vector< ResourceTag > & GetResourceTags() const
const Aws::String & GetDescription() const
CreateBillingViewRequest & WithResourceTags(ResourceTagsT &&value)
void SetName(NameT &&value)
CreateBillingViewRequest & WithName(NameT &&value)
CreateBillingViewRequest & AddResourceTags(ResourceTagsT &&value)
virtual const char * GetServiceRequestName() const override
CreateBillingViewRequest & AddSourceViews(SourceViewsT &&value)
CreateBillingViewRequest & WithDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetName() const
bool DataFilterExpressionHasBeenSet() const
AWS_BILLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSourceViews(SourceViewsT &&value)
void SetDescription(DescriptionT &&value)
bool ResourceTagsHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
void SetResourceTags(ResourceTagsT &&value)
CreateBillingViewRequest & WithSourceViews(SourceViewsT &&value)
const Expression & GetDataFilterExpression() const
CreateBillingViewRequest & WithDataFilterExpression(DataFilterExpressionT &&value)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
void SetDataFilterExpression(DataFilterExpressionT &&value)
const Aws::Vector< Aws::String > & GetSourceViews() const
AWS_BILLING_API Aws::String SerializePayload() const override
bool SourceViewsHasBeenSet() const
const Aws::String & GetClientToken() const
CreateBillingViewRequest & WithClientToken(ClientTokenT &&value)
AWS_BILLING_API CreateBillingViewRequest()=default
static Aws::Utils::UUID PseudoRandomUUID()
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