7#include <aws/billing/BillingRequest.h>
8#include <aws/billing/Billing_EXPORTS.h>
9#include <aws/billing/model/Expression.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
98 template <
typename DataFilterExpressionT = Expression>
100 m_dataFilterExpressionHasBeenSet =
true;
101 m_dataFilterExpression = std::forward<DataFilterExpressionT>(value);
103 template <
typename DataFilterExpressionT = Expression>
117 bool m_arnHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
120 bool m_dataFilterExpressionHasBeenSet =
false;
AWS_BILLING_API UpdateBillingViewRequest()=default
void SetArn(ArnT &&value)
AWS_BILLING_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_BILLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDescription(DescriptionT &&value)
UpdateBillingViewRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
UpdateBillingViewRequest & WithArn(ArnT &&value)
UpdateBillingViewRequest & WithName(NameT &&value)
const Aws::String & GetArn() const
virtual const char * GetServiceRequestName() const override
UpdateBillingViewRequest & WithDataFilterExpression(DataFilterExpressionT &&value)
const Expression & GetDataFilterExpression() const
void SetDataFilterExpression(DataFilterExpressionT &&value)
bool DataFilterExpressionHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String