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