7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace PinpointEmail
49 template<
typename RblNameT = Aws::String>
50 void SetRblName(RblNameT&& value) { m_rblNameHasBeenSet =
true; m_rblName = std::forward<RblNameT>(value); }
51 template<
typename RblNameT = Aws::String>
61 template<
typename ListingTimeT = Aws::Utils::DateTime>
62 void SetListingTime(ListingTimeT&& value) { m_listingTimeHasBeenSet =
true; m_listingTime = std::forward<ListingTimeT>(value); }
63 template<
typename ListingTimeT = Aws::Utils::DateTime>
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>
82 bool m_rblNameHasBeenSet =
false;
85 bool m_listingTimeHasBeenSet =
false;
88 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetRblName() const
BlacklistEntry & WithDescription(DescriptionT &&value)
void SetRblName(RblNameT &&value)
const Aws::Utils::DateTime & GetListingTime() const
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetListingTime(ListingTimeT &&value)
AWS_PINPOINTEMAIL_API BlacklistEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINTEMAIL_API BlacklistEntry(Aws::Utils::Json::JsonView jsonValue)
bool ListingTimeHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_PINPOINTEMAIL_API BlacklistEntry()=default
bool RblNameHasBeenSet() const
BlacklistEntry & WithListingTime(ListingTimeT &&value)
BlacklistEntry & WithRblName(RblNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue