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