7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ConnectorIdT = Aws::String>
44 void SetConnectorId(ConnectorIdT&& value) { m_connectorIdHasBeenSet =
true; m_connectorId = std::forward<ConnectorIdT>(value); }
45 template<
typename ConnectorIdT = Aws::String>
56 template<
typename DeletePathT = Aws::String>
57 void SetDeletePath(DeletePathT&& value) { m_deletePathHasBeenSet =
true; m_deletePath = std::forward<DeletePathT>(value); }
58 template<
typename DeletePathT = Aws::String>
64 bool m_connectorIdHasBeenSet =
false;
67 bool m_deletePathHasBeenSet =
false;
bool DeletePathHasBeenSet() const
const Aws::String & GetDeletePath() const
const Aws::String & GetConnectorId() const
virtual const char * GetServiceRequestName() const override
StartRemoteDeleteRequest & WithDeletePath(DeletePathT &&value)
AWS_TRANSFER_API StartRemoteDeleteRequest()=default
void SetConnectorId(ConnectorIdT &&value)
StartRemoteDeleteRequest & WithConnectorId(ConnectorIdT &&value)
void SetDeletePath(DeletePathT &&value)
bool ConnectorIdHasBeenSet() const
AWS_TRANSFER_API Aws::String SerializePayload() const override
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String