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