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