7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/KinesisRequest.h>
10#include <aws/kinesis/Kinesis_EXPORTS.h>
11#include <aws/kinesis/model/ShardFilter.h>
47 template <
typename StreamNameT = Aws::String>
49 m_streamNameHasBeenSet =
true;
50 m_streamName = std::forward<StreamNameT>(value);
52 template <
typename StreamNameT = Aws::String>
83 template <
typename NextTokenT = Aws::String>
85 m_nextTokenHasBeenSet =
true;
86 m_nextToken = std::forward<NextTokenT>(value);
88 template <
typename NextTokenT = Aws::String>
106 template <
typename ExclusiveStartShardIdT = Aws::String>
108 m_exclusiveStartShardIdHasBeenSet =
true;
109 m_exclusiveStartShardId = std::forward<ExclusiveStartShardIdT>(value);
111 template <
typename ExclusiveStartShardIdT = Aws::String>
131 m_maxResultsHasBeenSet =
true;
132 m_maxResults = value;
151 template <
typename StreamCreationTimestampT = Aws::Utils::DateTime>
153 m_streamCreationTimestampHasBeenSet =
true;
154 m_streamCreationTimestamp = std::forward<StreamCreationTimestampT>(value);
156 template <
typename StreamCreationTimestampT = Aws::Utils::DateTime>
187 template <
typename ShardFilterT = ShardFilter>
189 m_shardFilterHasBeenSet =
true;
190 m_shardFilter = std::forward<ShardFilterT>(value);
192 template <
typename ShardFilterT = ShardFilter>
205 template <
typename StreamARNT = Aws::String>
207 m_streamARNHasBeenSet =
true;
208 m_streamARN = std::forward<StreamARNT>(value);
210 template <
typename StreamARNT = Aws::String>
223 template <
typename StreamIdT = Aws::String>
225 m_streamIdHasBeenSet =
true;
226 m_streamId = std::forward<StreamIdT>(value);
228 template <
typename StreamIdT = Aws::String>
245 ShardFilter m_shardFilter;
250 bool m_streamNameHasBeenSet =
false;
251 bool m_nextTokenHasBeenSet =
false;
252 bool m_exclusiveStartShardIdHasBeenSet =
false;
253 bool m_maxResultsHasBeenSet =
false;
254 bool m_streamCreationTimestampHasBeenSet =
false;
255 bool m_shardFilterHasBeenSet =
false;
256 bool m_streamARNHasBeenSet =
false;
257 bool m_streamIdHasBeenSet =
false;
Aws::Endpoint::EndpointParameters EndpointParameters
ListShardsRequest & WithStreamARN(StreamARNT &&value)
const Aws::String & GetStreamId() const
AWS_KINESIS_API ListShardsRequest()=default
AWS_KINESIS_API EndpointParameters GetEndpointContextParams() const override
void SetStreamId(StreamIdT &&value)
const Aws::String & GetNextToken() const
bool StreamNameHasBeenSet() const
void SetStreamName(StreamNameT &&value)
bool StreamCreationTimestampHasBeenSet() const
const Aws::String & GetStreamName() const
ListShardsRequest & WithExclusiveStartShardId(ExclusiveStartShardIdT &&value)
bool MaxResultsHasBeenSet() const
ListShardsRequest & WithStreamId(StreamIdT &&value)
bool ShardFilterHasBeenSet() const
const Aws::String & GetStreamARN() const
void SetExclusiveStartShardId(ExclusiveStartShardIdT &&value)
void SetMaxResults(int value)
bool StreamIdHasBeenSet() const
ListShardsRequest & WithStreamName(StreamNameT &&value)
int GetMaxResults() const
ListShardsRequest & WithNextToken(NextTokenT &&value)
AWS_KINESIS_API Aws::String SerializePayload() const override
ListShardsRequest & WithShardFilter(ShardFilterT &&value)
void SetNextToken(NextTokenT &&value)
ListShardsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
ListShardsRequest & WithStreamCreationTimestamp(StreamCreationTimestampT &&value)
const ShardFilter & GetShardFilter() const
bool StreamARNHasBeenSet() const
const Aws::String & GetExclusiveStartShardId() const
void SetStreamCreationTimestamp(StreamCreationTimestampT &&value)
const Aws::Utils::DateTime & GetStreamCreationTimestamp() const
bool ExclusiveStartShardIdHasBeenSet() const
AWS_KINESIS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetShardFilter(ShardFilterT &&value)
void SetStreamARN(StreamARNT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String