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