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