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