7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eventbridge/model/RoutingConfig.h>
10#include <aws/eventbridge/model/ReplicationConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/eventbridge/model/EndpointState.h>
13#include <aws/eventbridge/model/EndpointEventBus.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
56 template<
typename ArnT = Aws::String>
57 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
58 template<
typename ArnT = Aws::String>
67 template<
typename RoutingConfigT = RoutingConfig>
68 void SetRoutingConfig(RoutingConfigT&& value) { m_routingConfigHasBeenSet =
true; m_routingConfig = std::forward<RoutingConfigT>(value); }
69 template<
typename RoutingConfigT = RoutingConfig>
79 template<
typename ReplicationConfigT = ReplicationConfig>
80 void SetReplicationConfig(ReplicationConfigT&& value) { m_replicationConfigHasBeenSet =
true; m_replicationConfig = std::forward<ReplicationConfigT>(value); }
81 template<
typename ReplicationConfigT = ReplicationConfig>
91 template<
typename EventBusesT = Aws::Vector<Endpo
intEventBus>>
92 void SetEventBuses(EventBusesT&& value) { m_eventBusesHasBeenSet =
true; m_eventBuses = std::forward<EventBusesT>(value); }
93 template<
typename EventBusesT = Aws::Vector<Endpo
intEventBus>>
95 template<
typename EventBusesT = Endpo
intEventBus>
105 template<
typename RoleArnT = Aws::String>
106 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
107 template<
typename RoleArnT = Aws::String>
116 template<
typename Endpo
intIdT = Aws::String>
117 void SetEndpointId(EndpointIdT&& value) { m_endpointIdHasBeenSet =
true; m_endpointId = std::forward<EndpointIdT>(value); }
118 template<
typename Endpo
intIdT = Aws::String>
127 template<
typename Endpo
intUrlT = Aws::String>
128 void SetEndpointUrl(EndpointUrlT&& value) { m_endpointUrlHasBeenSet =
true; m_endpointUrl = std::forward<EndpointUrlT>(value); }
129 template<
typename Endpo
intUrlT = Aws::String>
145 template<
typename RequestIdT = Aws::String>
146 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
147 template<
typename RequestIdT = Aws::String>
153 bool m_nameHasBeenSet =
false;
156 bool m_arnHasBeenSet =
false;
159 bool m_routingConfigHasBeenSet =
false;
162 bool m_replicationConfigHasBeenSet =
false;
165 bool m_eventBusesHasBeenSet =
false;
168 bool m_roleArnHasBeenSet =
false;
171 bool m_endpointIdHasBeenSet =
false;
174 bool m_endpointUrlHasBeenSet =
false;
177 bool m_stateHasBeenSet =
false;
180 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const ReplicationConfig & GetReplicationConfig() const
UpdateEndpointResult & WithState(EndpointState value)
void SetEventBuses(EventBusesT &&value)
const Aws::String & GetRequestId() const
AWS_EVENTBRIDGE_API UpdateEndpointResult()=default
UpdateEndpointResult & WithEndpointId(EndpointIdT &&value)
UpdateEndpointResult & WithRequestId(RequestIdT &&value)
void SetRoleArn(RoleArnT &&value)
void SetArn(ArnT &&value)
UpdateEndpointResult & WithArn(ArnT &&value)
EndpointState GetState() const
void SetReplicationConfig(ReplicationConfigT &&value)
const Aws::String & GetEndpointUrl() const
UpdateEndpointResult & WithReplicationConfig(ReplicationConfigT &&value)
const Aws::String & GetRoleArn() const
const Aws::String & GetName() const
UpdateEndpointResult & WithRoleArn(RoleArnT &&value)
UpdateEndpointResult & WithEndpointUrl(EndpointUrlT &&value)
void SetState(EndpointState value)
void SetRoutingConfig(RoutingConfigT &&value)
const Aws::String & GetEndpointId() const
const Aws::Vector< EndpointEventBus > & GetEventBuses() const
const RoutingConfig & GetRoutingConfig() const
void SetEndpointUrl(EndpointUrlT &&value)
void SetEndpointId(EndpointIdT &&value)
void SetName(NameT &&value)
UpdateEndpointResult & WithName(NameT &&value)
AWS_EVENTBRIDGE_API UpdateEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EVENTBRIDGE_API UpdateEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateEndpointResult & WithRoutingConfig(RoutingConfigT &&value)
UpdateEndpointResult & AddEventBuses(EventBusesT &&value)
UpdateEndpointResult & WithEventBuses(EventBusesT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue