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