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