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