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