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