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