7#include <aws/kinesis/Kinesis_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename StartingHashKeyT = Aws::String>
48 void SetStartingHashKey(StartingHashKeyT&& value) { m_startingHashKeyHasBeenSet =
true; m_startingHashKey = std::forward<StartingHashKeyT>(value); }
49 template<
typename StartingHashKeyT = Aws::String>
59 template<
typename EndingHashKeyT = Aws::String>
60 void SetEndingHashKey(EndingHashKeyT&& value) { m_endingHashKeyHasBeenSet =
true; m_endingHashKey = std::forward<EndingHashKeyT>(value); }
61 template<
typename EndingHashKeyT = Aws::String>
67 bool m_startingHashKeyHasBeenSet =
false;
70 bool m_endingHashKeyHasBeenSet =
false;
bool EndingHashKeyHasBeenSet() const
AWS_KINESIS_API HashKeyRange & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStartingHashKey() const
bool StartingHashKeyHasBeenSet() const
const Aws::String & GetEndingHashKey() const
void SetEndingHashKey(EndingHashKeyT &&value)
AWS_KINESIS_API HashKeyRange(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStartingHashKey(StartingHashKeyT &&value)
AWS_KINESIS_API HashKeyRange()=default
HashKeyRange & WithEndingHashKey(EndingHashKeyT &&value)
HashKeyRange & WithStartingHashKey(StartingHashKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue