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