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