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