Class GetUserPoolMfaConfigRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cognitoidentityprovider.transform.GetUserPoolMfaConfigRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetUserPoolMfaConfigRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetUserPoolMfaConfigRequestMarshaller
extends Object
implements Marshaller<GetUserPoolMfaConfigRequest>
GetUserPoolMfaConfigRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetUserPoolMfaConfigRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetUserPoolMfaConfigRequest getUserPoolMfaConfigRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetUserPoolMfaConfigRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetUserPoolMfaConfigRequest>
- Parameters:
- getUserPoolMfaConfigRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-