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