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