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