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