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