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