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