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