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