7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eventbridgev2/EventBridgeV2Request.h>
10#include <aws/eventbridgev2/EventBridgeV2_EXPORTS.h>
11#include <aws/eventbridgev2/model/DeduplicationConfiguration.h>
12#include <aws/eventbridgev2/model/PutRawEventsRequestEntry.h>
13#include <aws/eventbridgev2/model/SchemaRegistryConfiguration.h>
18namespace EventBridgeV2 {
46 template <
typename EventBusArnT = Aws::String>
48 m_eventBusArnHasBeenSet =
true;
49 m_eventBusArn = std::forward<EventBusArnT>(value);
51 template <
typename EventBusArnT = Aws::String>
62 template <
typename EntriesT = Aws::Vector<PutRawEventsRequestEntry>>
64 m_entriesHasBeenSet =
true;
65 m_entries = std::forward<EntriesT>(value);
67 template <
typename EntriesT = Aws::Vector<PutRawEventsRequestEntry>>
72 template <
typename EntriesT = PutRawEventsRequestEntry>
74 m_entriesHasBeenSet =
true;
75 m_entries.emplace_back(std::forward<EntriesT>(value));
89 template <
typename SchemaRegistryConfigurationT = SchemaRegistryConfiguration>
91 m_schemaRegistryConfigurationHasBeenSet =
true;
92 m_schemaRegistryConfiguration = std::forward<SchemaRegistryConfigurationT>(value);
94 template <
typename SchemaRegistryConfigurationT = SchemaRegistryConfiguration>
108 template <
typename DeduplicationConfigurationT = DeduplicationConfiguration>
110 m_deduplicationConfigurationHasBeenSet =
true;
111 m_deduplicationConfiguration = std::forward<DeduplicationConfigurationT>(value);
113 template <
typename DeduplicationConfigurationT = DeduplicationConfiguration>
127 bool m_eventBusArnHasBeenSet =
false;
128 bool m_entriesHasBeenSet =
false;
129 bool m_schemaRegistryConfigurationHasBeenSet =
false;
130 bool m_deduplicationConfigurationHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
bool EntriesHasBeenSet() const
void SetSchemaRegistryConfiguration(SchemaRegistryConfigurationT &&value)
PutRawEventsRequest & WithEventBusArn(EventBusArnT &&value)
bool EventBusArnHasBeenSet() const
AWS_EVENTBRIDGEV2_API EndpointParameters GetEndpointContextParams() const override
bool SchemaRegistryConfigurationHasBeenSet() const
PutRawEventsRequest & WithSchemaRegistryConfiguration(SchemaRegistryConfigurationT &&value)
const DeduplicationConfiguration & GetDeduplicationConfiguration() const
const SchemaRegistryConfiguration & GetSchemaRegistryConfiguration() const
PutRawEventsRequest & WithDeduplicationConfiguration(DeduplicationConfigurationT &&value)
PutRawEventsRequest & AddEntries(EntriesT &&value)
AWS_EVENTBRIDGEV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEntries(EntriesT &&value)
const Aws::Vector< PutRawEventsRequestEntry > & GetEntries() const
void SetEventBusArn(EventBusArnT &&value)
virtual const char * GetServiceRequestName() const override
AWS_EVENTBRIDGEV2_API Aws::String SerializePayload() const override
AWS_EVENTBRIDGEV2_API PutRawEventsRequest()=default
const Aws::String & GetEventBusArn() const
void SetDeduplicationConfiguration(DeduplicationConfigurationT &&value)
bool DeduplicationConfigurationHasBeenSet() const
PutRawEventsRequest & WithEntries(EntriesT &&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