Class ListClusterAlertsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.medialive.transform.ListClusterAlertsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListClusterAlertsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListClusterAlertsRequest>- Parameters:
listClusterAlertsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-