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;
bool WebAppIdHasBeenSet() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
const Aws::String & GetWebAppId() const
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetWebAppId(WebAppIdT &&value)
DescribeWebAppCustomizationRequest & WithWebAppId(WebAppIdT &&value)
AWS_TRANSFER_API DescribeWebAppCustomizationRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String