Class CreateTypeRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.appsync.transform.CreateTypeRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateTypeRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateTypeRequestMarshaller extends Object implements Marshaller<CreateTypeRequest>
CreateTypeRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description CreateTypeRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(CreateTypeRequest createTypeRequest)
-
-
-
Constructor Detail
-
CreateTypeRequestMarshaller
public CreateTypeRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateTypeRequest createTypeRequest)
- Specified by:
marshallin interfaceMarshaller<CreateTypeRequest>
-
-