7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridgev2/EventBridgeV2Request.h>
9#include <aws/eventbridgev2/EventBridgeV2_EXPORTS.h>
10#include <aws/eventbridgev2/model/EventSourceConfiguration.h>
15namespace EventBridgeV2 {
38 template <
typename EventSourceArnT = Aws::String>
40 m_eventSourceArnHasBeenSet =
true;
41 m_eventSourceArn = std::forward<EventSourceArnT>(value);
43 template <
typename EventSourceArnT = Aws::String>
54 template <
typename ConfigurationT = EventSourceConfiguration>
56 m_configurationHasBeenSet =
true;
57 m_configuration = std::forward<ConfigurationT>(value);
59 template <
typename ConfigurationT = EventSourceConfiguration>
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
87 bool m_eventSourceArnHasBeenSet =
false;
88 bool m_configurationHasBeenSet =
false;
89 bool m_descriptionHasBeenSet =
false;
AWS_EVENTBRIDGEV2_API UpdateEventSourceRequest()=default
const Aws::String & GetDescription() const
void SetEventSourceArn(EventSourceArnT &&value)
AWS_EVENTBRIDGEV2_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetEventSourceArn() const
UpdateEventSourceRequest & WithEventSourceArn(EventSourceArnT &&value)
bool EventSourceArnHasBeenSet() const
UpdateEventSourceRequest & WithDescription(DescriptionT &&value)
AWS_EVENTBRIDGEV2_API Aws::String SerializePayload() const override
UpdateEventSourceRequest & WithConfiguration(ConfigurationT &&value)
bool ConfigurationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const EventSourceConfiguration & GetConfiguration() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String