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/billing/model/Expression.h>
45 template<
typename ArnT = Aws::String>
46 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
47 template<
typename ArnT = Aws::String>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
84 template<
typename DataFilterExpressionT = Expression>
85 void SetDataFilterExpression(DataFilterExpressionT&& value) { m_dataFilterExpressionHasBeenSet =
true; m_dataFilterExpression = std::forward<DataFilterExpressionT>(value); }
86 template<
typename DataFilterExpressionT = Expression>
92 bool m_arnHasBeenSet =
false;
95 bool m_nameHasBeenSet =
false;
98 bool m_descriptionHasBeenSet =
false;
101 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