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