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