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