/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The result of a DescribeEventTopic request.See Also:
AWS
* API Reference
A list of SNS topic names that receive status messages from the specified * Directory ID.
*/ inline const Aws::VectorA list of SNS topic names that receive status messages from the specified * Directory ID.
*/ inline void SetEventTopics(const Aws::VectorA list of SNS topic names that receive status messages from the specified * Directory ID.
*/ inline void SetEventTopics(Aws::VectorA list of SNS topic names that receive status messages from the specified * Directory ID.
*/ inline DescribeEventTopicsResult& WithEventTopics(const Aws::VectorA list of SNS topic names that receive status messages from the specified * Directory ID.
*/ inline DescribeEventTopicsResult& WithEventTopics(Aws::VectorA list of SNS topic names that receive status messages from the specified * Directory ID.
*/ inline DescribeEventTopicsResult& AddEventTopics(const EventTopic& value) { m_eventTopics.push_back(value); return *this; } /** *A list of SNS topic names that receive status messages from the specified * Directory ID.
*/ inline DescribeEventTopicsResult& AddEventTopics(EventTopic&& value) { m_eventTopics.push_back(std::move(value)); return *this; } private: Aws::Vector