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