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