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