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