7#include <aws/dynamodbstreams/DynamoDBStreams_EXPORTS.h>
8#include <aws/dynamodbstreams/DynamoDBStreamsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dynamodbstreams/model/ShardFilter.h>
15namespace DynamoDBStreams
48 template<
typename StreamArnT = Aws::String>
49 void SetStreamArn(StreamArnT&& value) { m_streamArnHasBeenSet =
true; m_streamArn = std::forward<StreamArnT>(value); }
50 template<
typename StreamArnT = Aws::String>
58 inline int GetLimit()
const {
return m_limit; }
60 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
72 template<
typename ExclusiveStartShardIdT = Aws::String>
73 void SetExclusiveStartShardId(ExclusiveStartShardIdT&& value) { m_exclusiveStartShardIdHasBeenSet =
true; m_exclusiveStartShardId = std::forward<ExclusiveStartShardIdT>(value); }
74 template<
typename ExclusiveStartShardIdT = Aws::String>
85 template<
typename ShardFilterT = ShardFilter>
86 void SetShardFilter(ShardFilterT&& value) { m_shardFilterHasBeenSet =
true; m_shardFilter = std::forward<ShardFilterT>(value); }
87 template<
typename ShardFilterT = ShardFilter>
93 bool m_streamArnHasBeenSet =
false;
96 bool m_limitHasBeenSet =
false;
99 bool m_exclusiveStartShardIdHasBeenSet =
false;
101 ShardFilter m_shardFilter;
102 bool m_shardFilterHasBeenSet =
false;
const ShardFilter & GetShardFilter() const
const Aws::String & GetStreamArn() const
AWS_DYNAMODBSTREAMS_API DescribeStreamRequest()=default
bool ShardFilterHasBeenSet() const
DescribeStreamRequest & WithStreamArn(StreamArnT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DYNAMODBSTREAMS_API Aws::String SerializePayload() const override
bool LimitHasBeenSet() const
void SetExclusiveStartShardId(ExclusiveStartShardIdT &&value)
void SetShardFilter(ShardFilterT &&value)
DescribeStreamRequest & WithExclusiveStartShardId(ExclusiveStartShardIdT &&value)
bool ExclusiveStartShardIdHasBeenSet() const
void SetStreamArn(StreamArnT &&value)
AWS_DYNAMODBSTREAMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetExclusiveStartShardId() const
DescribeStreamRequest & WithShardFilter(ShardFilterT &&value)
bool StreamArnHasBeenSet() const
DescribeStreamRequest & WithLimit(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String