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