/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that contains details about the action of a contact
* list.See Also:
AWS
* API Reference
The name of the contact list.
*/ inline const Aws::String& GetContactListName() const{ return m_contactListName; } /** *The name of the contact list.
*/ inline bool ContactListNameHasBeenSet() const { return m_contactListNameHasBeenSet; } /** *The name of the contact list.
*/ inline void SetContactListName(const Aws::String& value) { m_contactListNameHasBeenSet = true; m_contactListName = value; } /** *The name of the contact list.
*/ inline void SetContactListName(Aws::String&& value) { m_contactListNameHasBeenSet = true; m_contactListName = std::move(value); } /** *The name of the contact list.
*/ inline void SetContactListName(const char* value) { m_contactListNameHasBeenSet = true; m_contactListName.assign(value); } /** *The name of the contact list.
*/ inline ContactListDestination& WithContactListName(const Aws::String& value) { SetContactListName(value); return *this;} /** *The name of the contact list.
*/ inline ContactListDestination& WithContactListName(Aws::String&& value) { SetContactListName(std::move(value)); return *this;} /** *The name of the contact list.
*/ inline ContactListDestination& WithContactListName(const char* value) { SetContactListName(value); return *this;} /** *>The type of action to perform on the addresses. The following are the * possible values:
PUT: add the addresses to the contact list. If * the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
>The type of action to perform on the addresses. The following are the * possible values:
PUT: add the addresses to the contact list. If * the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
>The type of action to perform on the addresses. The following are the * possible values:
PUT: add the addresses to the contact list. If * the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
>The type of action to perform on the addresses. The following are the * possible values:
PUT: add the addresses to the contact list. If * the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
>The type of action to perform on the addresses. The following are the * possible values:
PUT: add the addresses to the contact list. If * the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
>The type of action to perform on the addresses. The following are the * possible values:
PUT: add the addresses to the contact list. If * the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.