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