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