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