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