Class InitiateAuthRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.cognitoidentityprovider.transform.InitiateAuthRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<InitiateAuthRequest>
@Generated("software.amazon.awssdk:codegen") public class InitiateAuthRequestMarshaller extends Object implements Marshaller<InitiateAuthRequest>
InitiateAuthRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description InitiateAuthRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(InitiateAuthRequest initiateAuthRequest)
-
-
-
Constructor Detail
-
InitiateAuthRequestMarshaller
public InitiateAuthRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(InitiateAuthRequest initiateAuthRequest)
- Specified by:
marshallin interfaceMarshaller<InitiateAuthRequest>
-
-