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