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