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 SourcePathT = Aws::String>
60 m_sourcePathHasBeenSet =
true;
61 m_sourcePath = std::forward<SourcePathT>(value);
63 template <
typename SourcePathT = Aws::String>
76 template <
typename TargetPathT = Aws::String>
78 m_targetPathHasBeenSet =
true;
79 m_targetPath = std::forward<TargetPathT>(value);
81 template <
typename TargetPathT = Aws::String>
89 bool m_connectorIdHasBeenSet =
false;
92 bool m_sourcePathHasBeenSet =
false;
95 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