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