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