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