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/ConsumerStatus.h>
45 template <
typename ConsumerNameT = Aws::String>
47 m_consumerNameHasBeenSet =
true;
48 m_consumerName = std::forward<ConsumerNameT>(value);
50 template <
typename ConsumerNameT = Aws::String>
68 template <
typename ConsumerARNT = Aws::String>
70 m_consumerARNHasBeenSet =
true;
71 m_consumerARN = std::forward<ConsumerARNT>(value);
73 template <
typename ConsumerARNT = Aws::String>
88 m_consumerStatusHasBeenSet =
true;
89 m_consumerStatus = value;
103 template <
typename ConsumerCreationTimestampT = Aws::Utils::DateTime>
105 m_consumerCreationTimestampHasBeenSet =
true;
106 m_consumerCreationTimestamp = std::forward<ConsumerCreationTimestampT>(value);
108 template <
typename ConsumerCreationTimestampT = Aws::Utils::DateTime>
121 template <
typename StreamARNT = Aws::String>
123 m_streamARNHasBeenSet =
true;
124 m_streamARN = std::forward<StreamARNT>(value);
126 template <
typename StreamARNT = Aws::String>
142 bool m_consumerNameHasBeenSet =
false;
143 bool m_consumerARNHasBeenSet =
false;
144 bool m_consumerStatusHasBeenSet =
false;
145 bool m_consumerCreationTimestampHasBeenSet =
false;
146 bool m_streamARNHasBeenSet =
false;
const Aws::String & GetStreamARN() const
void SetConsumerCreationTimestamp(ConsumerCreationTimestampT &&value)
ConsumerDescription & WithStreamARN(StreamARNT &&value)
AWS_KINESIS_API ConsumerDescription()=default
void SetStreamARN(StreamARNT &&value)
const Aws::String & GetConsumerName() const
ConsumerDescription & WithConsumerCreationTimestamp(ConsumerCreationTimestampT &&value)
AWS_KINESIS_API ConsumerDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConsumerARN(ConsumerARNT &&value)
ConsumerDescription & WithConsumerStatus(ConsumerStatus value)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
ConsumerStatus GetConsumerStatus() const
AWS_KINESIS_API ConsumerDescription(Aws::Utils::Json::JsonView jsonValue)
ConsumerDescription & WithConsumerARN(ConsumerARNT &&value)
bool ConsumerNameHasBeenSet() const
bool ConsumerStatusHasBeenSet() const
void SetConsumerStatus(ConsumerStatus value)
const Aws::String & GetConsumerARN() const
const Aws::Utils::DateTime & GetConsumerCreationTimestamp() const
bool ConsumerARNHasBeenSet() const
void SetConsumerName(ConsumerNameT &&value)
bool ConsumerCreationTimestampHasBeenSet() const
bool StreamARNHasBeenSet() const
ConsumerDescription & WithConsumerName(ConsumerNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue