7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eventbridge/model/RoutingConfig.h>
11#include <aws/eventbridge/model/ReplicationConfig.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/eventbridge/model/EndpointEventBus.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
72 template<
typename RoutingConfigT = RoutingConfig>
73 void SetRoutingConfig(RoutingConfigT&& value) { m_routingConfigHasBeenSet =
true; m_routingConfig = std::forward<RoutingConfigT>(value); }
74 template<
typename RoutingConfigT = RoutingConfig>
84 template<
typename ReplicationConfigT = ReplicationConfig>
85 void SetReplicationConfig(ReplicationConfigT&& value) { m_replicationConfigHasBeenSet =
true; m_replicationConfig = std::forward<ReplicationConfigT>(value); }
86 template<
typename ReplicationConfigT = ReplicationConfig>
96 template<
typename EventBusesT = Aws::Vector<Endpo
intEventBus>>
97 void SetEventBuses(EventBusesT&& value) { m_eventBusesHasBeenSet =
true; m_eventBuses = std::forward<EventBusesT>(value); }
98 template<
typename EventBusesT = Aws::Vector<Endpo
intEventBus>>
100 template<
typename EventBusesT = Endpo
intEventBus>
110 template<
typename RoleArnT = Aws::String>
111 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
112 template<
typename RoleArnT = Aws::String>
118 bool m_nameHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_routingConfigHasBeenSet =
false;
127 bool m_replicationConfigHasBeenSet =
false;
130 bool m_eventBusesHasBeenSet =
false;
133 bool m_roleArnHasBeenSet =
false;
UpdateEndpointRequest & WithRoleArn(RoleArnT &&value)
bool ReplicationConfigHasBeenSet() const
const Aws::String & GetRoleArn() const
virtual const char * GetServiceRequestName() const override
UpdateEndpointRequest & WithName(NameT &&value)
bool EventBusesHasBeenSet() const
UpdateEndpointRequest & AddEventBuses(EventBusesT &&value)
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
void SetEventBuses(EventBusesT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
UpdateEndpointRequest & WithRoutingConfig(RoutingConfigT &&value)
UpdateEndpointRequest & WithEventBuses(EventBusesT &&value)
void SetRoleArn(RoleArnT &&value)
void SetRoutingConfig(RoutingConfigT &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
const RoutingConfig & GetRoutingConfig() const
void SetReplicationConfig(ReplicationConfigT &&value)
AWS_EVENTBRIDGE_API UpdateEndpointRequest()=default
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RoleArnHasBeenSet() const
UpdateEndpointRequest & WithReplicationConfig(ReplicationConfigT &&value)
UpdateEndpointRequest & WithDescription(DescriptionT &&value)
bool RoutingConfigHasBeenSet() const
const Aws::Vector< EndpointEventBus > & GetEventBuses() const
const ReplicationConfig & GetReplicationConfig() const
const Aws::String & GetDescription() const
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