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