Class DeleteWorkspaceApiKeyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.grafana.transform.DeleteWorkspaceApiKeyRequestMarshaller
- All Implemented Interfaces:
Marshaller<DeleteWorkspaceApiKeyRequest>
@Generated("software.amazon.awssdk:codegen")
public class DeleteWorkspaceApiKeyRequestMarshaller
extends Object
implements Marshaller<DeleteWorkspaceApiKeyRequest>
DeleteWorkspaceApiKeyRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDeleteWorkspaceApiKeyRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(DeleteWorkspaceApiKeyRequest deleteWorkspaceApiKeyRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
DeleteWorkspaceApiKeyRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DeleteWorkspaceApiKeyRequest>
- Parameters:
deleteWorkspaceApiKeyRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-