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