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