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