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 SourcePathT = Aws::String>
57 void SetSourcePath(SourcePathT&& value) { m_sourcePathHasBeenSet =
true; m_sourcePath = std::forward<SourcePathT>(value); }
58 template<
typename SourcePathT = Aws::String>
68 template<
typename TargetPathT = Aws::String>
69 void SetTargetPath(TargetPathT&& value) { m_targetPathHasBeenSet =
true; m_targetPath = std::forward<TargetPathT>(value); }
70 template<
typename TargetPathT = Aws::String>
76 bool m_connectorIdHasBeenSet =
false;
79 bool m_sourcePathHasBeenSet =
false;
82 bool m_targetPathHasBeenSet =
false;
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTargetPath(TargetPathT &&value)
const Aws::String & GetTargetPath() const
void SetConnectorId(ConnectorIdT &&value)
void SetSourcePath(SourcePathT &&value)
bool SourcePathHasBeenSet() const
bool TargetPathHasBeenSet() const
StartRemoteMoveRequest & WithSourcePath(SourcePathT &&value)
AWS_TRANSFER_API StartRemoteMoveRequest()=default
const Aws::String & GetSourcePath() const
StartRemoteMoveRequest & WithConnectorId(ConnectorIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::String SerializePayload() const override
StartRemoteMoveRequest & WithTargetPath(TargetPathT &&value)
const Aws::String & GetConnectorId() const
bool ConnectorIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String