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