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