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