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