7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/budgets/model/SubscriptionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 m_subscriptionTypeHasBeenSet =
true;
48 m_subscriptionType = value;
64 template <
typename AddressT = Aws::String>
66 m_addressHasBeenSet =
true;
67 m_address = std::forward<AddressT>(value);
69 template <
typename AddressT = Aws::String>
79 bool m_subscriptionTypeHasBeenSet =
false;
80 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