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