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