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