7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/eventbridge/model/PutPartnerEventsRequestEntry.h>
44 template<
typename EntriesT = Aws::Vector<PutPartnerEventsRequestEntry>>
45 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
46 template<
typename EntriesT = Aws::Vector<PutPartnerEventsRequestEntry>>
48 template<
typename EntriesT = PutPartnerEventsRequestEntry>
54 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