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