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