7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesis/Kinesis_EXPORTS.h>
41 template <
typename StartingHashKeyT = Aws::String>
43 m_startingHashKeyHasBeenSet =
true;
44 m_startingHashKey = std::forward<StartingHashKeyT>(value);
46 template <
typename StartingHashKeyT = Aws::String>
59 template <
typename EndingHashKeyT = Aws::String>
61 m_endingHashKeyHasBeenSet =
true;
62 m_endingHashKey = std::forward<EndingHashKeyT>(value);
64 template <
typename EndingHashKeyT = Aws::String>
74 bool m_startingHashKeyHasBeenSet =
false;
75 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