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