Class GetDataIntegrationEventRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.supplychain.transform.GetDataIntegrationEventRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetDataIntegrationEventRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetDataIntegrationEventRequest>- Parameters:
getDataIntegrationEventRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-