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