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 ConnectorIdT = Aws::String>
41 m_connectorIdHasBeenSet =
true;
42 m_connectorId = std::forward<ConnectorIdT>(value);
44 template <
typename ConnectorIdT = Aws::String>
58 template <
typename DeletePathT = Aws::String>
60 m_deletePathHasBeenSet =
true;
61 m_deletePath = std::forward<DeletePathT>(value);
63 template <
typename DeletePathT = Aws::String>
73 bool m_connectorIdHasBeenSet =
false;
74 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