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