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