Class ListDataIntegrationEventsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.supplychain.transform.ListDataIntegrationEventsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListDataIntegrationEventsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListDataIntegrationEventsRequest>
- Parameters:
listDataIntegrationEventsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-