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