7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/events/CloudWatchEventsRequest.h>
9#include <aws/events/CloudWatchEvents_EXPORTS.h>
10#include <aws/events/model/PutPartnerEventsRequestEntry.h>
15namespace CloudWatchEvents {
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;
void SetEntries(EntriesT &&value)
PutPartnerEventsRequest & WithEntries(EntriesT &&value)
bool EntriesHasBeenSet() const
AWS_CLOUDWATCHEVENTS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< PutPartnerEventsRequestEntry > & GetEntries() const
PutPartnerEventsRequest & AddEntries(EntriesT &&value)
AWS_CLOUDWATCHEVENTS_API PutPartnerEventsRequest()=default
AWS_CLOUDWATCHEVENTS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
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