7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/billing/model/BillingViewType.h>
10#include <aws/billing/model/Expression.h>
11#include <aws/core/utils/DateTime.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
96 template<
typename OwnerAccountIdT = Aws::String>
97 void SetOwnerAccountId(OwnerAccountIdT&& value) { m_ownerAccountIdHasBeenSet =
true; m_ownerAccountId = std::forward<OwnerAccountIdT>(value); }
98 template<
typename OwnerAccountIdT = Aws::String>
111 template<
typename DataFilterExpressionT = Expression>
112 void SetDataFilterExpression(DataFilterExpressionT&& value) { m_dataFilterExpressionHasBeenSet =
true; m_dataFilterExpression = std::forward<DataFilterExpressionT>(value); }
113 template<
typename DataFilterExpressionT = Expression>
123 template<
typename CreatedAtT = Aws::Utils::DateTime>
124 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
125 template<
typename CreatedAtT = Aws::Utils::DateTime>
135 template<
typename UpdatedAtT = Aws::Utils::DateTime>
136 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
137 template<
typename UpdatedAtT = Aws::Utils::DateTime>
143 bool m_arnHasBeenSet =
false;
146 bool m_nameHasBeenSet =
false;
149 bool m_descriptionHasBeenSet =
false;
152 bool m_billingViewTypeHasBeenSet =
false;
155 bool m_ownerAccountIdHasBeenSet =
false;
157 Expression m_dataFilterExpression;
158 bool m_dataFilterExpressionHasBeenSet =
false;
161 bool m_createdAtHasBeenSet =
false;
164 bool m_updatedAtHasBeenSet =
false;
void SetOwnerAccountId(OwnerAccountIdT &&value)
AWS_BILLING_API BillingViewElement()=default
BillingViewElement & WithDescription(DescriptionT &&value)
BillingViewElement & WithUpdatedAt(UpdatedAtT &&value)
void SetArn(ArnT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
bool CreatedAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_BILLING_API BillingViewElement(Aws::Utils::Json::JsonView jsonValue)
const Expression & GetDataFilterExpression() const
const Aws::String & GetOwnerAccountId() const
AWS_BILLING_API BillingViewElement & operator=(Aws::Utils::Json::JsonView jsonValue)
BillingViewElement & WithOwnerAccountId(OwnerAccountIdT &&value)
BillingViewElement & WithArn(ArnT &&value)
bool BillingViewTypeHasBeenSet() const
bool UpdatedAtHasBeenSet() const
bool OwnerAccountIdHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreatedAt() const
BillingViewElement & WithBillingViewType(BillingViewType value)
BillingViewElement & WithDataFilterExpression(DataFilterExpressionT &&value)
void SetName(NameT &&value)
void SetDataFilterExpression(DataFilterExpressionT &&value)
BillingViewType GetBillingViewType() const
bool DataFilterExpressionHasBeenSet() const
void SetDescription(DescriptionT &&value)
BillingViewElement & WithName(NameT &&value)
bool ArnHasBeenSet() const
BillingViewElement & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetName() const
const Aws::String & GetArn() const
void SetBillingViewType(BillingViewType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue