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