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