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