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