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