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