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