7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/lambda/model/EndPointType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename Endpo
intsT = Aws::Map<EndPo
intType, Aws::Vector<Aws::String>>>
53 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
54 template<
typename Endpo
intsT = Aws::Map<EndPo
intType, Aws::Vector<Aws::String>>>
57 m_endpointsHasBeenSet =
true; m_endpoints.emplace(key, value);
return *
this;
63 bool m_endpointsHasBeenSet =
false;
SelfManagedEventSource & AddEndpoints(EndPointType key, Aws::Vector< Aws::String > value)
void SetEndpoints(EndpointsT &&value)
AWS_LAMBDA_API SelfManagedEventSource & operator=(Aws::Utils::Json::JsonView jsonValue)
SelfManagedEventSource & WithEndpoints(EndpointsT &&value)
AWS_LAMBDA_API SelfManagedEventSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< EndPointType, Aws::Vector< Aws::String > > & GetEndpoints() const
bool EndpointsHasBeenSet() const
AWS_LAMBDA_API SelfManagedEventSource()=default
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue