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