7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename WebAppIdT = Aws::String>
41 m_webAppIdHasBeenSet =
true;
42 m_webAppId = std::forward<WebAppIdT>(value);
44 template <
typename WebAppIdT = Aws::String>
52 bool m_webAppIdHasBeenSet =
false;
AWS_TRANSFER_API Aws::String SerializePayload() const override
void SetWebAppId(WebAppIdT &&value)
virtual const char * GetServiceRequestName() const override
bool WebAppIdHasBeenSet() const
DeleteWebAppRequest & WithWebAppId(WebAppIdT &&value)
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_TRANSFER_API DeleteWebAppRequest()=default
const Aws::String & GetWebAppId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String