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