Class UpdateScraperLoggingConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.amp.transform.UpdateScraperLoggingConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateScraperLoggingConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateScraperLoggingConfigurationRequest>- Parameters:
updateScraperLoggingConfigurationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-