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