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