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