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