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