7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/billing/model/BillingViewType.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename OwnerAccountIdT = Aws::String>
85 void SetOwnerAccountId(OwnerAccountIdT&& value) { m_ownerAccountIdHasBeenSet =
true; m_ownerAccountId = std::forward<OwnerAccountIdT>(value); }
86 template<
typename OwnerAccountIdT = Aws::String>
102 bool m_arnHasBeenSet =
false;
105 bool m_nameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
111 bool m_ownerAccountIdHasBeenSet =
false;
114 bool m_billingViewTypeHasBeenSet =
false;
AWS_BILLING_API BillingViewListElement & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BillingViewTypeHasBeenSet() const
void SetName(NameT &&value)
void SetBillingViewType(BillingViewType value)
const Aws::String & GetArn() const
bool OwnerAccountIdHasBeenSet() const
void SetOwnerAccountId(OwnerAccountIdT &&value)
BillingViewListElement & WithOwnerAccountId(OwnerAccountIdT &&value)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
BillingViewListElement & WithBillingViewType(BillingViewType value)
void SetDescription(DescriptionT &&value)
BillingViewListElement & WithName(NameT &&value)
bool ArnHasBeenSet() const
BillingViewListElement & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
BillingViewType GetBillingViewType() const
AWS_BILLING_API BillingViewListElement()=default
const Aws::String & GetOwnerAccountId() const
BillingViewListElement & WithArn(ArnT &&value)
const Aws::String & GetDescription() const
void SetArn(ArnT &&value)
AWS_BILLING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BILLING_API BillingViewListElement(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue