/**
* 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; } 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 GetConfigurationSetEventDestinationsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetConfigurationSetEventDestinationsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetConfigurationSetEventDestinationsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector