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