Class ListBuiltInIntentsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.lexmodelsv2.transform.ListBuiltInIntentsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListBuiltInIntentsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListBuiltInIntentsRequestMarshaller
extends Object
implements Marshaller<ListBuiltInIntentsRequest>
ListBuiltInIntentsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListBuiltInIntentsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListBuiltInIntentsRequest listBuiltInIntentsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListBuiltInIntentsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListBuiltInIntentsRequest>
- Parameters:
- listBuiltInIntentsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-