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