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