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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListCasesRequest listCasesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListCasesRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListCasesRequest>
- Parameters:
- listCasesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-