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