Class BatchGetCaseRuleRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.connectcases.transform.BatchGetCaseRuleRequestMarshaller
- All Implemented Interfaces:
Marshaller<BatchGetCaseRuleRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<BatchGetCaseRuleRequest>- Parameters:
batchGetCaseRuleRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-