7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetContactListName(
const char* value) { m_contactListNameHasBeenSet =
true; m_contactListName.assign(value); }
64 inline void SetTopicName(
const char* value) { m_topicNameHasBeenSet =
true; m_topicName.assign(value); }
72 bool m_contactListNameHasBeenSet =
false;
75 bool m_topicNameHasBeenSet =
false;
AWS_SESV2_API ListManagementOptions(Aws::Utils::Json::JsonView jsonValue)
ListManagementOptions & WithTopicName(const Aws::String &value)
void SetContactListName(const char *value)
ListManagementOptions & WithContactListName(Aws::String &&value)
ListManagementOptions & WithTopicName(const char *value)
AWS_SESV2_API ListManagementOptions()
AWS_SESV2_API ListManagementOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTopicName(const char *value)
void SetTopicName(const Aws::String &value)
bool TopicNameHasBeenSet() const
const Aws::String & GetTopicName() const
ListManagementOptions & WithTopicName(Aws::String &&value)
void SetContactListName(Aws::String &&value)
ListManagementOptions & WithContactListName(const char *value)
void SetContactListName(const Aws::String &value)
void SetTopicName(Aws::String &&value)
bool ContactListNameHasBeenSet() const
ListManagementOptions & WithContactListName(const Aws::String &value)
const Aws::String & GetContactListName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue