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