Class ListThreatEntitySetsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.guardduty.transform.ListThreatEntitySetsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListThreatEntitySetsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListThreatEntitySetsRequest>- Parameters:
listThreatEntitySetsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-