7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesis/Kinesis_EXPORTS.h>
10#include <aws/kinesis/model/ShardIteratorType.h>
54 m_typeHasBeenSet =
true;
71 template <
typename SequenceNumberT = Aws::String>
73 m_sequenceNumberHasBeenSet =
true;
74 m_sequenceNumber = std::forward<SequenceNumberT>(value);
76 template <
typename SequenceNumberT = Aws::String>
96 template <
typename TimestampT = Aws::Utils::DateTime>
98 m_timestampHasBeenSet =
true;
99 m_timestamp = std::forward<TimestampT>(value);
101 template <
typename TimestampT = Aws::Utils::DateTime>
113 bool m_typeHasBeenSet =
false;
114 bool m_sequenceNumberHasBeenSet =
false;
115 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