Class GlobalSignOutRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.cognitoidentityprovider.transform.GlobalSignOutRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<GlobalSignOutRequest>
@Generated("software.amazon.awssdk:codegen") public class GlobalSignOutRequestMarshaller extends Object implements Marshaller<GlobalSignOutRequest>
GlobalSignOutRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description GlobalSignOutRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(GlobalSignOutRequest globalSignOutRequest)
-
-
-
Constructor Detail
-
GlobalSignOutRequestMarshaller
public GlobalSignOutRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(GlobalSignOutRequest globalSignOutRequest)
- Specified by:
marshall
in interfaceMarshaller<GlobalSignOutRequest>
-
-