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