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>
54 bool m_entriesHasBeenSet =
false;
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutPartnerEventsRequest & AddEntries(const PutPartnerEventsRequestEntry &value)
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
bool EntriesHasBeenSet() const
PutPartnerEventsRequest & WithEntries(const Aws::Vector< PutPartnerEventsRequestEntry > &value)
void SetEntries(Aws::Vector< PutPartnerEventsRequestEntry > &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< PutPartnerEventsRequestEntry > & GetEntries() const
PutPartnerEventsRequest & WithEntries(Aws::Vector< PutPartnerEventsRequestEntry > &&value)
void SetEntries(const Aws::Vector< PutPartnerEventsRequestEntry > &value)
AWS_EVENTBRIDGE_API PutPartnerEventsRequest()
PutPartnerEventsRequest & AddEntries(PutPartnerEventsRequestEntry &&value)
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