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