7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
20namespace PinpointEmail {
43 template <
typename RblNameT = Aws::String>
45 m_rblNameHasBeenSet =
true;
46 m_rblName = std::forward<RblNameT>(value);
48 template <
typename RblNameT = Aws::String>
61 template <
typename ListingTimeT = Aws::Utils::DateTime>
63 m_listingTimeHasBeenSet =
true;
64 m_listingTime = std::forward<ListingTimeT>(value);
66 template <
typename ListingTimeT = Aws::Utils::DateTime>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
93 bool m_rblNameHasBeenSet =
false;
96 bool m_listingTimeHasBeenSet =
false;
99 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