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