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