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