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