7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/kinesis/model/ShardIteratorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
71 template<
typename SequenceNumberT = Aws::String>
72 void SetSequenceNumber(SequenceNumberT&& value) { m_sequenceNumberHasBeenSet =
true; m_sequenceNumber = std::forward<SequenceNumberT>(value); }
73 template<
typename SequenceNumberT = Aws::String>
90 template<
typename TimestampT = Aws::Utils::DateTime>
91 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
92 template<
typename TimestampT = Aws::Utils::DateTime>
98 bool m_typeHasBeenSet =
false;
101 bool m_sequenceNumberHasBeenSet =
false;
104 bool m_timestampHasBeenSet =
false;
const Aws::String & GetSequenceNumber() const
bool TimestampHasBeenSet() const
void SetType(ShardIteratorType value)
ShardIteratorType GetType() const
const Aws::Utils::DateTime & GetTimestamp() const
AWS_KINESIS_API StartingPosition()=default
StartingPosition & WithType(ShardIteratorType value)
StartingPosition & WithSequenceNumber(SequenceNumberT &&value)
bool TypeHasBeenSet() const
void SetSequenceNumber(SequenceNumberT &&value)
StartingPosition & WithTimestamp(TimestampT &&value)
AWS_KINESIS_API StartingPosition(Aws::Utils::Json::JsonView jsonValue)
void SetTimestamp(TimestampT &&value)
bool SequenceNumberHasBeenSet() const
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESIS_API StartingPosition & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue