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