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>
64 bool m_endpointsHasBeenSet =
false;
void SetEndpoints(const Aws::Map< EndPointType, Aws::Vector< Aws::String > > &value)
AWS_LAMBDA_API SelfManagedEventSource & operator=(Aws::Utils::Json::JsonView jsonValue)
SelfManagedEventSource & AddEndpoints(const EndPointType &key, Aws::Vector< Aws::String > &&value)
SelfManagedEventSource & WithEndpoints(const Aws::Map< EndPointType, Aws::Vector< Aws::String > > &value)
SelfManagedEventSource & AddEndpoints(const EndPointType &key, const Aws::Vector< Aws::String > &value)
AWS_LAMBDA_API SelfManagedEventSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< EndPointType, Aws::Vector< Aws::String > > & GetEndpoints() const
SelfManagedEventSource & WithEndpoints(Aws::Map< EndPointType, Aws::Vector< Aws::String > > &&value)
bool EndpointsHasBeenSet() const
SelfManagedEventSource & AddEndpoints(EndPointType &&key, const Aws::Vector< Aws::String > &value)
AWS_LAMBDA_API SelfManagedEventSource()
SelfManagedEventSource & AddEndpoints(EndPointType &&key, Aws::Vector< Aws::String > &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpoints(Aws::Map< EndPointType, Aws::Vector< Aws::String > > &&value)
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