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