/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about an event destination for a configuration set.See
* Also:
AWS
* API Reference
An array that includes all of the events destinations that have been * configured for the configuration set.
*/ inline const Aws::VectorAn array that includes all of the events destinations that have been * configured for the configuration set.
*/ inline void SetEventDestinations(const Aws::VectorAn array that includes all of the events destinations that have been * configured for the configuration set.
*/ inline void SetEventDestinations(Aws::VectorAn array that includes all of the events destinations that have been * configured for the configuration set.
*/ inline GetConfigurationSetEventDestinationsResult& WithEventDestinations(const Aws::VectorAn array that includes all of the events destinations that have been * configured for the configuration set.
*/ inline GetConfigurationSetEventDestinationsResult& WithEventDestinations(Aws::VectorAn array that includes all of the events destinations that have been * configured for the configuration set.
*/ inline GetConfigurationSetEventDestinationsResult& AddEventDestinations(const EventDestination& value) { m_eventDestinations.push_back(value); return *this; } /** *An array that includes all of the events destinations that have been * configured for the configuration set.
*/ inline GetConfigurationSetEventDestinationsResult& AddEventDestinations(EventDestination&& value) { m_eventDestinations.push_back(std::move(value)); return *this; } private: Aws::Vector