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