7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/budgets/model/SubscriptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename AddressT = Aws::String>
65 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
66 template<
typename AddressT = Aws::String>
72 bool m_subscriptionTypeHasBeenSet =
false;
75 bool m_addressHasBeenSet =
false;
Subscriber & WithAddress(AddressT &&value)
AWS_BUDGETS_API Subscriber()=default
Subscriber & WithSubscriptionType(SubscriptionType value)
bool SubscriptionTypeHasBeenSet() const
SubscriptionType GetSubscriptionType() const
AWS_BUDGETS_API Subscriber(Aws::Utils::Json::JsonView jsonValue)
void SetAddress(AddressT &&value)
bool AddressHasBeenSet() const
void SetSubscriptionType(SubscriptionType value)
AWS_BUDGETS_API Subscriber & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAddress() const
AWS_BUDGETS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue