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