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