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