7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename DestinationT = Aws::String>
54 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
55 template<
typename DestinationT = Aws::String>
61 bool m_destinationHasBeenSet =
false;
bool DestinationHasBeenSet() const
void SetDestination(DestinationT &&value)
AWS_LAMBDA_API OnSuccess()=default
AWS_LAMBDA_API OnSuccess(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API OnSuccess & operator=(Aws::Utils::Json::JsonView jsonValue)
OnSuccess & WithDestination(DestinationT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDestination() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue