Class DeleteProxySessionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.chimesdkvoice.transform.DeleteProxySessionRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteProxySessionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteProxySessionRequestMarshaller
extends Object
implements Marshaller<DeleteProxySessionRequest>
DeleteProxySessionRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteProxySessionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteProxySessionRequest deleteProxySessionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteProxySessionRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteProxySessionRequest>
- Parameters:
- deleteProxySessionRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-