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