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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<DescribeUserPoolClientRequest>- Parameters:
 describeUserPoolClientRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -