Class DeleteIntentRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.transform.DeleteIntentRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DeleteIntentRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteIntentRequestMarshaller extends Object implements Marshaller<DeleteIntentRequest>
DeleteIntentRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description DeleteIntentRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(DeleteIntentRequest deleteIntentRequest)
-
-
-
Constructor Detail
-
DeleteIntentRequestMarshaller
public DeleteIntentRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DeleteIntentRequest deleteIntentRequest)
- Specified by:
marshallin interfaceMarshaller<DeleteIntentRequest>
-
-