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