Class GetFeatureRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.evidently.transform.GetFeatureRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetFeatureRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetFeatureRequestMarshaller
extends Object
implements Marshaller<GetFeatureRequest>
GetFeatureRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetFeatureRequest getFeatureRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetFeatureRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetFeatureRequest>
- Parameters:
- getFeatureRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-