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