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