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