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