7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/billing/BillingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/billing/model/Expression.h>
12#include <aws/billing/model/ResourceTag.h>
14#include <aws/core/utils/UUID.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
72 template<
typename SourceViewsT = Aws::Vector<Aws::String>>
73 void SetSourceViews(SourceViewsT&& value) { m_sourceViewsHasBeenSet =
true; m_sourceViews = std::forward<SourceViewsT>(value); }
74 template<
typename SourceViewsT = Aws::Vector<Aws::String>>
76 template<
typename SourceViewsT = Aws::String>
89 template<
typename DataFilterExpressionT = Expression>
90 void SetDataFilterExpression(DataFilterExpressionT&& value) { m_dataFilterExpressionHasBeenSet =
true; m_dataFilterExpression = std::forward<DataFilterExpressionT>(value); }
91 template<
typename DataFilterExpressionT = Expression>
105 template<
typename ClientTokenT = Aws::String>
106 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
107 template<
typename ClientTokenT = Aws::String>
118 template<
typename ResourceTagsT = Aws::Vector<ResourceTag>>
119 void SetResourceTags(ResourceTagsT&& value) { m_resourceTagsHasBeenSet =
true; m_resourceTags = std::forward<ResourceTagsT>(value); }
120 template<
typename ResourceTagsT = Aws::Vector<ResourceTag>>
122 template<
typename ResourceTagsT = ResourceTag>
128 bool m_nameHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_sourceViewsHasBeenSet =
false;
137 bool m_dataFilterExpressionHasBeenSet =
false;
140 bool m_clientTokenHasBeenSet =
true;
143 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