Class StartRemoteMoveRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.transfer.transform.StartRemoteMoveRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartRemoteMoveRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class StartRemoteMoveRequestMarshaller
extends Object
implements Marshaller<StartRemoteMoveRequest>
StartRemoteMoveRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionStartRemoteMoveRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(StartRemoteMoveRequest startRemoteMoveRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
StartRemoteMoveRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartRemoteMoveRequest>- Parameters:
startRemoteMoveRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-