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