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