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