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