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