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