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