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