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