public class DeleteApiKeyRequestMarshaller extends java.lang.Object implements Marshaller<Request<DeleteApiKeyRequest>,DeleteApiKeyRequest>
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DEFAULT_CONTENT_TYPE |
private SdkJsonProtocolFactory |
protocolFactory |
Constructor and Description |
---|
DeleteApiKeyRequestMarshaller(SdkJsonProtocolFactory protocolFactory) |
Modifier and Type | Method and Description |
---|---|
Request<DeleteApiKeyRequest> |
marshall(DeleteApiKeyRequest deleteApiKeyRequest) |
private static final java.lang.String DEFAULT_CONTENT_TYPE
private final SdkJsonProtocolFactory protocolFactory
public DeleteApiKeyRequestMarshaller(SdkJsonProtocolFactory protocolFactory)
public Request<DeleteApiKeyRequest> marshall(DeleteApiKeyRequest deleteApiKeyRequest)
marshall
in interface Marshaller<Request<DeleteApiKeyRequest>,DeleteApiKeyRequest>