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