Class PutLogAlarmRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cloudwatch.transform.PutLogAlarmRequestMarshaller
- All Implemented Interfaces:
Marshaller<PutLogAlarmRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class PutLogAlarmRequestMarshaller
extends Object
implements Marshaller<PutLogAlarmRequest>
PutLogAlarmRequest Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall(PutLogAlarmRequest putLogAlarmRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
PutLogAlarmRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<PutLogAlarmRequest>- Parameters:
putLogAlarmRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-