7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
10#include <aws/eventbridge/model/PutPartnerEventsRequestEntry.h>
15namespace EventBridge {
40 template <
typename EntriesT = Aws::Vector<PutPartnerEventsRequestEntry>>
42 m_entriesHasBeenSet =
true;
43 m_entries = std::forward<EntriesT>(value);
45 template <
typename EntriesT = Aws::Vector<PutPartnerEventsRequestEntry>>
50 template <
typename EntriesT = PutPartnerEventsRequestEntry>
52 m_entriesHasBeenSet =
true;
53 m_entries.emplace_back(std::forward<EntriesT>(value));
59 bool m_entriesHasBeenSet =
false;
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
bool EntriesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< PutPartnerEventsRequestEntry > & GetEntries() const
void SetEntries(EntriesT &&value)
PutPartnerEventsRequest & WithEntries(EntriesT &&value)
PutPartnerEventsRequest & AddEntries(EntriesT &&value)
AWS_EVENTBRIDGE_API PutPartnerEventsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector