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