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