GetRecordsRequest Class

(QtAws::DynamoDBStreams::GetRecordsRequest)

The GetRecordsRequest class provides an interface for DynamoDBStreams GetRecords requests. More...

Header: #include <GetRecordsRequest>
Inherits: QtAws::DynamoDBStreams::DynamoDBStreamsRequest

Public Functions

GetRecordsRequest(const GetRecordsRequest &other)
GetRecordsRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The GetRecordsRequest class provides an interface for DynamoDBStreams GetRecords requests.

<fullname>Amazon DynamoDB Streams</fullname>

This is the Amazon DynamoDB Streams API Reference. This guide describes the low-level API actions for accessing streams and processing stream records. For information about application development with DynamoDB Streams, see the <a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide//Streams.html">Amazon DynamoDB Developer

Guide</a>>

Note that this document is intended for use with the following DynamoDB

documentation> <ul> <li>

<a href="http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/">Amazon DynamoDB Developer Guide</a>

</p </li> <li>

<a href="http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/">Amazon DynamoDB API Reference</a>

</p </li> </ul>

The following are short descriptions of each low-level DynamoDB Streams API action, organized by

function> <ul> <li><p><i>DescribeStream</i> - Returns detailed information about a particular stream.</p></li> <li>

<i>GetRecords</i> - Retrieves the stream records from within a

shard> </li> <li>

<i>GetShardIterator</i> - Returns information on how to retrieve the streams record from a shard with a given shard

ID> </li> <li>

<i>ListStreams</i> - Returns a list of all the streams associated with the current AWS account and

See also DynamoDBStreamsClient::getRecords.

Member Function Documentation

GetRecordsRequest::GetRecordsRequest(const GetRecordsRequest &other)

Constructs a copy of other.

GetRecordsRequest::GetRecordsRequest()

Constructs a GetRecordsRequest object.

[override virtual] bool GetRecordsRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *GetRecordsRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a GetRecordsResponse object to process reply.

See also QtAws::Core::AwsAbstractClient::send.

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.