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