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