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