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