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