7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename NameT = Aws::String>
42 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
43 template<
typename NameT = Aws::String>
49 bool m_nameHasBeenSet =
false;
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IOTWIRELESS_API DeleteDestinationRequest()=default
const Aws::String & GetName() const
DeleteDestinationRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String