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