/**
* 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 Amazon SNS topic names that receive status messages from the * specified Directory ID.
*/ inline const Aws::VectorA list of Amazon SNS topic names that receive status messages from the * specified Directory ID.
*/ inline void SetEventTopics(const Aws::VectorA list of Amazon SNS topic names that receive status messages from the * specified Directory ID.
*/ inline void SetEventTopics(Aws::VectorA list of Amazon SNS topic names that receive status messages from the * specified Directory ID.
*/ inline DescribeEventTopicsResult& WithEventTopics(const Aws::VectorA list of Amazon SNS topic names that receive status messages from the * specified Directory ID.
*/ inline DescribeEventTopicsResult& WithEventTopics(Aws::VectorA list of Amazon 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 Amazon 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; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeEventTopicsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeEventTopicsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeEventTopicsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector