7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/lambda/LambdaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename UUIDT = Aws::String>
42 void SetUUID(UUIDT&& value) { m_uUIDHasBeenSet =
true; m_uUID = std::forward<UUIDT>(value); }
43 template<
typename UUIDT = Aws::String>
49 bool m_uUIDHasBeenSet =
false;
bool UUIDHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteEventSourceMappingRequest & WithUUID(UUIDT &&value)
void SetUUID(UUIDT &&value)
AWS_LAMBDA_API DeleteEventSourceMappingRequest()=default
const Aws::String & GetUUID() const
AWS_LAMBDA_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String