7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename WebAppIdT = Aws::String>
42 m_webAppIdHasBeenSet =
true;
43 m_webAppId = std::forward<WebAppIdT>(value);
45 template <
typename WebAppIdT = Aws::String>
53 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