Class UpdateConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.inspector2.transform.UpdateConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateConfigurationRequestMarshaller
extends Object
implements Marshaller<UpdateConfigurationRequest>
UpdateConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateConfigurationRequest updateConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateConfigurationRequest>
- Parameters:
- updateConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-