7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ce/model/SubscriberType.h>
10#include <aws/ce/model/SubscriberStatus.h>
50 template<
typename AddressT = Aws::String>
51 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
52 template<
typename AddressT = Aws::String>
78 bool m_addressHasBeenSet =
false;
81 bool m_typeHasBeenSet =
false;
84 bool m_statusHasBeenSet =
false;
Subscriber & WithStatus(SubscriberStatus value)
AWS_COSTEXPLORER_API Subscriber(Aws::Utils::Json::JsonView jsonValue)
Subscriber & WithType(SubscriberType value)
bool AddressHasBeenSet() const
AWS_COSTEXPLORER_API Subscriber()=default
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
SubscriberType GetType() const
SubscriberStatus GetStatus() const
void SetStatus(SubscriberStatus value)
bool TypeHasBeenSet() const
void SetType(SubscriberType value)
const Aws::String & GetAddress() const
AWS_COSTEXPLORER_API Subscriber & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAddress(AddressT &&value)
Subscriber & WithAddress(AddressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue