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