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