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